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_26966331_15134\Main.java:17: 错误: 不兼容的类型: int无法转换为BigInteger
            	n=in.nextInt();
            	            ^
0_0_26966331_15134\Main.java:18: 错误: 不兼容的类型: int无法转换为BigInteger
            	m=in.nextInt();
            	            ^
0_0_26966331_15134\Main.java:19: 错误: 二元运算符 '<' 的操作数类型错误
            	if(n<m)
            	    ^
  第一个类型:  BigInteger
  第二个类型: BigInteger
0_0_26966331_15134\Main.java:23: 错误: 二元运算符 '<=' 的操作数类型错误
            	for(int j=1;j<=m;j++)
            	             ^
  第一个类型:  int
  第二个类型: BigInteger
0_0_26966331_15134\Main.java:26: 错误: 一元运算符 '--' 的操作数类型BigInteger错误
            		n--;
            		 ^
0_0_26966331_15134\Main.java:28: 错误: 二元运算符 '<=' 的操作数类型错误
            	for(int j=1;j<=m;j++)
            	             ^
  第一个类型:  int
  第二个类型: BigInteger
0_0_26966331_15134\Main.java:31: 错误: 一元运算符 '--' 的操作数类型BigInteger错误
            		m--;
            		 ^
7 个错误


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-20 07:22:12, Gzip enabled