F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_18517827_20907\Main.java:15: 错误: 找不到符号
            BigInteger bigInteger = new BigInteger(num);  
            ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:15: 错误: 找不到符号
            BigInteger bigInteger = new BigInteger(num);  
                                        ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:16: 错误: 找不到符号
            BigInteger Nine = new BigInteger("9");  
            ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:16: 错误: 找不到符号
            BigInteger Nine = new BigInteger("9");  
                                  ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:17: 错误: 找不到符号
            BigInteger MinusOne = new BigInteger("-1");  
            ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:17: 错误: 找不到符号
            BigInteger MinusOne = new BigInteger("-1");  
                                      ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:18: 错误: 找不到符号
            BigInteger b = bigInteger.add(MinusOne);  
            ^
  符号:   类 BigInteger
  位置: 类 Main
0_0_18517827_20907\Main.java:20: 错误: 找不到符号
            b = b.add(BigInteger.ONE);  
                      ^
  符号:   变量 BigInteger
  位置: 类 Main
8 个错误


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 16:51:34, Gzip enabled