#7952: 輸入輸出疑問


s1254789600 (s1254)


 
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);
        }
}
 
請問為什麼我這樣子會一直錯呢??
自己執行時都正常....
但是為什麼一直不會過呢??
這樣不是有輸入和輸出了嗎?