/ Vijos /

记录详情

Compile Error

/in/Main.java:8: error: cannot find symbol
                    int a=new Scanner(System.in).nexInt();b=new Scanner(System.in).nexInt();
                                                ^
  symbol:   method nexInt()
  location: class Scanner
/in/Main.java:8: error: cannot find symbol
                    int a=new Scanner(System.in).nexInt();b=new Scanner(System.in).nexInt();
                                                          ^
  symbol:   variable b
  location: class Main
/in/Main.java:8: error: cannot find symbol
                    int a=new Scanner(System.in).nexInt();b=new Scanner(System.in).nexInt();
                                                                                  ^
  symbol:   method nexInt()
  location: class Scanner
/in/Main.java:9: error: cannot find symbol
                    System.out.println(a+b);
                                         ^
  symbol:   variable b
  location: class Main
4 errors

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
Java
递交时间
2017-11-20 17:24:35
评测时间
2017-11-20 17:24:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes