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_1548246_27747\Main.java:20: 找不到符号
符号: 变量 n
位置: 类 Main
	int[][] a=new int[n+1][m+1];
                          ^
0_0_1548246_27747\Main.java:20: 不兼容的类型
找到: <nulltype>
需要: int
	int[][] a=new int[n+1][m+1];
                           ^
0_0_1548246_27747\Main.java:20: 找不到符号
符号: 变量 m
位置: 类 Main
	int[][] a=new int[n+1][m+1];
                               ^
0_0_1548246_27747\Main.java:20: 不兼容的类型
找到: <nulltype>
需要: int
	int[][] a=new int[n+1][m+1];
                                ^
0_0_1548246_27747\Main.java:21: 找不到符号
符号: 变量 n
位置: 类 Main
	int []b=new int[n+1];
                        ^
0_0_1548246_27747\Main.java:21: 不兼容的类型
找到: <nulltype>
需要: int
	int []b=new int[n+1];
                         ^
6 错误


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-06-26 10:14:11, Gzip enabled