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_33424737_23262\Main.java:30: 错误: 不兼容的类型: int无法转换为boolean
		while(T--){
		       ^
0_0_33424737_23262\Main.java:34: 错误: 不兼容的类型: int无法转换为boolean
			while(m--){
			       ^
0_0_33424737_23262\Main.java:48: 错误: 已在方法 main(String[])中定义了变量 s
      for(int s = 1; s < (1 << n); s++){//考虑所有出现的情况
              ^
0_0_33424737_23262\Main.java:50: 错误: 不兼容的类型: int无法转换为boolean
        if(s & (1 << i)){
             ^
0_0_33424737_23262\Main.java:53: 错误: 找不到符号
                dp[s | (1 << j)][j] = min(dp[s | (1 << j)][j],dp[s][i] + mp[i][j]);
                                      ^
  符号:   方法 min(int,int)
  位置: 类 Main
5 个错误


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-26 18:48:45, Gzip enabled