0_0_22290805_5410.cpp
0_0_22290805_5410.cpp(126) : error C2370: “mod”: 重定义;不同的存储类
0_0_22290805_5410.cpp(17) : 参见“mod”的声明
0_0_22290805_5410.cpp(127) : error C2084: 函数“void Mod(ll &)”已有主体
0_0_22290805_5410.cpp(18) : 参见“Mod”的前一个定义
0_0_22290805_5410.cpp(128) : error C2370: “eps”: 重定义;不同的存储类
0_0_22290805_5410.cpp(19) : 参见“eps”的声明
0_0_22290805_5410.cpp(130) : error C2086: “ll val[2000][30]”: 重定义
0_0_22290805_5410.cpp(21) : 参见“val”的声明
0_0_22290805_5410.cpp(133) : error C2084: 函数“int dfs(int,int)”已有主体
0_0_22290805_5410.cpp(23) : 参见“dfs”的前一个定义
0_0_22290805_5410.cpp(140) : error C2568: “+=”: 无法解析函数重载
0_0_22290805_5410.cpp(23): 可能是“int dfs(int,int)”
0_0_22290805_5410.cpp(140) : error C3861: “Mod”: 找不到标识符
0_0_22290805_5410.cpp(140) : error C3861: “dfs”: 找不到标识符
0_0_22290805_5410.cpp(141) : error C2568: “+=”: 无法解析函数重载
0_0_22290805_5410.cpp(23): 可能是“int dfs(int,int)”
0_0_22290805_5410.cpp(141) : error C3861: “Mod”: 找不到标识符
0_0_22290805_5410.cpp(141) : error C3861: “dfs”: 找不到标识符
0_0_22290805_5410.cpp(147) : error C2086: “char s[200][20]”: 重定义
0_0_22290805_5410.cpp(38) : 参见“s”的声明
0_0_22290805_5410.cpp(148) : error C2086: “int res[200]”: 重定义
0_0_22290805_5410.cpp(39) : 参见“res”的声明
0_0_22290805_5410.cpp(150) : error C2086: “ll pre[105][1050][25]”: 重定义
0_0_22290805_5410.cpp(41) : 参见“pre”的声明
0_0_22290805_5410.cpp(151) : error C2086: “int n”: 重定义
0_0_22290805_5410.cpp(42) : 参见“n”的声明
0_0_22290805_5410.cpp(151) : error C2086: “int m”: 重定义
0_0_22290805_5410.cpp(42) : 参见“m”的声明
0_0_22290805_5410.cpp(151) : error C2086: “int c”: 重定义
0_0_22290805_5410.cpp(42) : 参见“c”的声明
0_0_22290805_5410.cpp(151) : error C2086: “int d”: 重定义
0_0_22290805_5410.cpp(42) : 参见“d”的声明
0_0_22290805_5410.cpp(154) : error C2084: 函数“ll dp(int,int,int)”已有主体
0_0_22290805_5410.cpp(44) : 参见“dp”的前一个定义
0_0_22290805_5410.cpp(174) : error C2568: “*”: 无法解析函数重载
0_0_22290805_5410.cpp(44): 可能是“ll dp(int,int,int)”
0_0_22290805_5410.cpp(174) : error C3861: “Mod”: 找不到标识符
0_0_22290805_5410.cpp(174) : error C3861: “dp”: 找不到标识符
0_0_22290805_5410.cpp(184) : error C2084: 函数“int main(void)”已有主体
0_0_22290805_5410.cpp(74) : 参见“main”的前一个定义
0_0_22290805_5410.cpp(187) : error C2568: “=”: 无法解析函数重载
0_0_22290805_5410.cpp(23): 可能是“int dfs(int,int)”
0_0_22290805_5410.cpp(187) : error C3861: “dfs”: 找不到标识符
0_0_22290805_5410.cpp(208) : error C2568: “+=”: 无法解析函数重载
0_0_22290805_5410.cpp(44): 可能是“ll dp(int,int,int)”
0_0_22290805_5410.cpp(208) : error C3861: “Mod”: 找不到标识符
0_0_22290805_5410.cpp(208) : error C3861: “dp”: 找不到标识符
|