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_2618094_28061.cpp
0_0_2618094_28061.cpp(158) : error C2086: “int n” : 重定义
        0_0_2618094_28061.cpp(4) : 参见“n”的声明
0_0_2618094_28061.cpp(158) : error C2086: “int m” : 重定义
        0_0_2618094_28061.cpp(4) : 参见“m”的声明
0_0_2618094_28061.cpp(158) : error C2086: “int hp” : 重定义
        0_0_2618094_28061.cpp(4) : 参见“hp”的声明
0_0_2618094_28061.cpp(158) : error C2086: “int Min” : 重定义
        0_0_2618094_28061.cpp(4) : 参见“Min”的声明
0_0_2618094_28061.cpp(159) : error C2086: “int map[55][55]” : 重定义
        0_0_2618094_28061.cpp(5) : 参见“map”的声明
0_0_2618094_28061.cpp(160) : error C2086: “bool ishurt[10]” : 重定义
        0_0_2618094_28061.cpp(6) : 参见“ishurt”的声明
0_0_2618094_28061.cpp(161) : error C2086: “int path_hurt[10]” : 重定义
        0_0_2618094_28061.cpp(7) : 参见“path_hurt”的声明
0_0_2618094_28061.cpp(162) : error C2086: “int numhurted” : 重定义
        0_0_2618094_28061.cpp(8) : 参见“numhurted”的声明
0_0_2618094_28061.cpp(163) : error C2086: “int visited[55][55]” : 重定义
        0_0_2618094_28061.cpp(9) : 参见“visited”的声明
0_0_2618094_28061.cpp(164) : error C2086: “int cost[55][55]” : 重定义
        0_0_2618094_28061.cpp(10) : 参见“cost”的声明
0_0_2618094_28061.cpp(165) : error C2086: “bool pointhurted[55][55][10]” : 重定义
        0_0_2618094_28061.cpp(11) : 参见“pointhurted”的声明
0_0_2618094_28061.cpp(166) : error C2086: “int pointhurts[55][55][10]” : 重定义
        0_0_2618094_28061.cpp(12) : 参见“pointhurts”的声明
0_0_2618094_28061.cpp(167) : error C2086: “int numpointhurts[55][55]” : 重定义
        0_0_2618094_28061.cpp(13) : 参见“numpointhurts”的声明
0_0_2618094_28061.cpp(168) : error C2374: “dis_hurt” : 重定义;多次初始化
        0_0_2618094_28061.cpp(14) : 参见“dis_hurt”的声明
0_0_2618094_28061.cpp(169) : error C2374: “dir” : 重定义;多次初始化
        0_0_2618094_28061.cpp(15) : 参见“dir”的声明
0_0_2618094_28061.cpp(171) : error C2084: 函数“int change(char)”已有主体
        0_0_2618094_28061.cpp(16) : 参见“change”的前一个定义
0_0_2618094_28061.cpp(188) : error C2084: 函数“bool cango(int)”已有主体
        0_0_2618094_28061.cpp(33) : 参见“cango”的前一个定义
0_0_2618094_28061.cpp(195) : error C2084: 函数“void p_h(void)”已有主体
        0_0_2618094_28061.cpp(40) : 参见“p_h”的前一个定义
0_0_2618094_28061.cpp(216) : error C2568: “&&” : 无法解析函数重载
        0_0_2618094_28061.cpp(33): 可能是“bool cango(int)”
0_0_2618094_28061.cpp(216) : error C3861: “dis_hurt”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(216) : error C3861: “cango”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(230) : error C2084: 函数“void dfs(int,int)”已有主体
        0_0_2618094_28061.cpp(75) : 参见“dfs”的前一个定义
0_0_2618094_28061.cpp(236) : error C3861: “dir”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(237) : error C3861: “dir”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(244) : error C2568: “&&” : 无法解析函数重载
        0_0_2618094_28061.cpp(33): 可能是“bool cango(int)”
0_0_2618094_28061.cpp(244) : error C3861: “cango”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(253) : error C3861: “dis_hurt”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(259) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(265) : error C3861: “dis_hurt”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(272) : error C2084: 函数“int main(void)”已有主体
        0_0_2618094_28061.cpp(117) : 参见“main”的前一个定义
0_0_2618094_28061.cpp(288) : error C2440: “=” : 无法从“int (__cdecl *)(char)”转换为“int”
0_0_2618094_28061.cpp(288) : error C2440: “=” : 无法从“int (__cdecl *)(char)”转换为“int”
        该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_2618094_28061.cpp(288) : error C3861: “change”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(299) : error C3861: “p_h”: 即使使用参数相关的查找,也未找到标识符
0_0_2618094_28061.cpp(303) : error C3861: “dfs”: 即使使用参数相关的查找,也未找到标识符


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 23:00:38, Gzip enabled