#7952: 輸入輸出疑問


s1254789600 (s1254)

學校 : 不指定學校
編號 : 19202
來源 : [180.177.50.235]
最後登入時間 :
2018-07-08 00:36:46
a002. 簡易加法 | From: [180.177.62.175] | 發表日期 : 2013-07-15 14:06

 
public class test {
        public static void main(String[] args) {
        java.util.Scanner sc =new java.util.Scanner(System.in);
        int a =sc.nextInt();
        int b =sc.nextInt();
        System.out .print(a+b);
        }
}
 
請問為什麼我這樣子會一直錯呢??
自己執行時都正常....
但是為什麼一直不會過呢??
這樣不是有輸入和輸出了嗎?
 
 
ZeroJudge Forum