0_0_36169423_27392.cpp
0_0_36169423_27392.cpp(62) : error C2086: “int n”: 重定义
0_0_36169423_27392.cpp(12) : 参见“n”的声明
0_0_36169423_27392.cpp(62) : error C2086: “int most”: 重定义
0_0_36169423_27392.cpp(12) : 参见“most”的声明
0_0_36169423_27392.cpp(63) : error C2086: “int time[16][16]”: 重定义
0_0_36169423_27392.cpp(13) : 参见“time”的声明
0_0_36169423_27392.cpp(63) : error C2086: “int used[16]”: 重定义
0_0_36169423_27392.cpp(13) : 参见“used”的声明
0_0_36169423_27392.cpp(66) : error C2084: 函数“void dfs(int,int,int)”已有主体
0_0_36169423_27392.cpp(15) : 参见“dfs”的前一个定义
0_0_36169423_27392.cpp(77) : error C3861: “dfs”: 找不到标识符
0_0_36169423_27392.cpp(84) : error C2084: 函数“int main(void)”已有主体
0_0_36169423_27392.cpp(33) : 参见“main”的前一个定义
0_0_36169423_27392.cpp(96) : error C3861: “dfs”: 找不到标识符
|