/ Vijos /

记录详情

Compile Error

./Main.java:3: error: cannot find symbol
        Scanner scanner = new Scanner(System.in);
        ^
  symbol:   class Scanner
  location: class Main
./Main.java:3: error: cannot find symbol
        Scanner scanner = new Scanner(System.in);
                              ^
  symbol:   class Scanner
  location: class Main
./Main.java:5: error: cannot find symbol
        BigInteger[] dp = new BigInteger[n + 1];
        ^
  symbol:   class BigInteger
  location: class Main
./Main.java:5: error: cannot find symbol
        BigInteger[] dp = new BigInteger[n + 1];
                              ^
  symbol:   class BigInteger
  location: class Main
./Main.java:6: error: cannot find symbol
        dp[0] = new BigInteger("0");
                    ^
  symbol:   class BigInteger
  location: class Main
./Main.java:7: error: cannot find symbol
        dp[1] = new BigInteger("1");
                    ^
  symbol:   class BigInteger
  location: class Main
./Main.java:11: error: cannot find symbol
        BigInteger b = new BigInteger("7654321");
        ^
  symbol:   class BigInteger
  location: class Main
./Main.java:11: error: cannot find symbol
        BigInteger b = new BigInteger("7654321");
                           ^
  symbol:   class BigInteger
  location: class Main
8 errors
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1093 文科生的悲哀
语言
Java
递交时间
2021-11-01 21:12:15
评测时间
2021-11-01 21:12:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes