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_6634312_5534\Main.java:15: operator * cannot be applied to java.math.BigInteger,int
			Mod=Mod*10;
			       ^
0_0_6634312_5534\Main.java:16: incompatible types
found   : int
required: java.math.BigInteger
		dp1[1]=1;dp1[2]=2;
		       ^
0_0_6634312_5534\Main.java:16: incompatible types
found   : int
required: java.math.BigInteger
		dp1[1]=1;dp1[2]=2;
		                ^
0_0_6634312_5534\Main.java:17: incompatible types
found   : int
required: java.math.BigInteger
		dp2[1]=0;dp2[2]=1;
		       ^
0_0_6634312_5534\Main.java:17: incompatible types
found   : int
required: java.math.BigInteger
		dp2[1]=0;dp2[2]=1;
		                ^
0_0_6634312_5534\Main.java:18: incompatible types
found   : int
required: java.math.BigInteger
		dp1[0]=1;
		       ^
0_0_6634312_5534\Main.java:25: operator * cannot be applied to java.math.BigInteger,java.math.BigInteger
				dp1[i]=dp1[i]+dp2[j]*dp1[i-j];dp1[i]=dp1[i]%Mod;
				                    ^
0_0_6634312_5534\Main.java:25: operator + cannot be applied to java.math.BigInteger,<any>
				dp1[i]=dp1[i]+dp2[j]*dp1[i-j];dp1[i]=dp1[i]%Mod;
				          ^
0_0_6634312_5534\Main.java:25: operator % cannot be applied to java.math.BigInteger,java.math.BigInteger
				dp1[i]=dp1[i]+dp2[j]*dp1[i-j];dp1[i]=dp1[i]%Mod;
				                                           ^
9 errors


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 13:19:56, Gzip enabled