0_0_4613208_4925.cpp
0_0_4613208_4925.cpp(46) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_4613208_4925.cpp(49) : error C2086: “int map[110][110]” : 重定义
0_0_4613208_4925.cpp(4) : 参见“map”的声明
0_0_4613208_4925.cpp(49) : error C2086: “int n” : 重定义
0_0_4613208_4925.cpp(4) : 参见“n”的声明
0_0_4613208_4925.cpp(50) : error C2086: “bool mark[110][110]” : 重定义
0_0_4613208_4925.cpp(5) : 参见“mark”的声明
0_0_4613208_4925.cpp(52) : error C2084: 函数“int floyed(void)”已有主体
0_0_4613208_4925.cpp(6) : 参见“floyed”的前一个定义
0_0_4613208_4925.cpp(71) : error C2084: 函数“int main(void)”已有主体
0_0_4613208_4925.cpp(25) : 参见“main”的前一个定义
0_0_4613208_4925.cpp(83) : error C3861: “floyed”: 即使使用参数相关的查找,也未找到标识符
0_0_4613208_4925.cpp(83) : error C2440: “初始化” : 无法从“int (__cdecl *)(void)”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
|