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