在屬於自己的偉大航道上冒險
目標:邁向程式設計師之路,目前還是個初級新手,網誌不定期更新,請大家多多指教
2017年3月15日 星期三
[瘋狂程設]F019:長方形面積
import java.util.*;
public class main{
public static void main(String arge[]){
int l, w;
Scanner sc = new Scanner(System.in);
l = sc.nextInt();
w = sc.nextInt();
System.out.print(l*w);
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言