0_0_15883308_11453.cpp
0_0_15883308_11453.cpp(237) : error C2370: “INF”: 重定义;不同的存储类
0_0_15883308_11453.cpp(42) : 参见“INF”的声明
0_0_15883308_11453.cpp(238) : error C2370: “maxn”: 重定义;不同的存储类
0_0_15883308_11453.cpp(43) : 参见“maxn”的声明
0_0_15883308_11453.cpp(239) : error C2086: “std::vector<int,std::allocator<_Ty>> vc”: 重定义
with
[
_Ty=int
]
0_0_15883308_11453.cpp(44) : 参见“vc”的声明
0_0_15883308_11453.cpp(240) : error C2086: “int id[10]”: 重定义
0_0_15883308_11453.cpp(45) : 参见“id”的声明
0_0_15883308_11453.cpp(241) : error C2369: “dis”: 重定义;不同的下标
0_0_15883308_11453.cpp(46) : 参见“dis”的声明
0_0_15883308_11453.cpp(242) : error C2369: “dp”: 重定义;不同的下标
0_0_15883308_11453.cpp(47) : 参见“dp”的声明
0_0_15883308_11453.cpp(243) : error C2086: “std::map<std::string,int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>> tb”: 重定义
with
[
_Kty=std::string
, _Ty=int
]
0_0_15883308_11453.cpp(48) : 参见“tb”的声明
0_0_15883308_11453.cpp(244) : error C2086: “int n”: 重定义
0_0_15883308_11453.cpp(49) : 参见“n”的声明
0_0_15883308_11453.cpp(246) : error C2084: 函数“void init(void)”已有主体
0_0_15883308_11453.cpp(51) : 参见“init”的前一个定义
0_0_15883308_11453.cpp(275) : error C2084: 函数“int root(int)”已有主体
0_0_15883308_11453.cpp(80) : 参见“root”的前一个定义
0_0_15883308_11453.cpp(287) : error C2084: 函数“void solve(void)”已有主体
0_0_15883308_11453.cpp(92) : 参见“solve”的前一个定义
0_0_15883308_11453.cpp(331) : error C2568: “[”: 无法解析函数重载
0_0_15883308_11453.cpp(80): 可能是“int root(int)”
0_0_15883308_11453.cpp(331) : error C3861: “root”: 找不到标识符
0_0_15883308_11453.cpp(333) : error C2568: “[”: 无法解析函数重载
0_0_15883308_11453.cpp(80): 可能是“int root(int)”
0_0_15883308_11453.cpp(333) : error C3861: “root”: 找不到标识符
0_0_15883308_11453.cpp(335) : error C2568: “[”: 无法解析函数重载
0_0_15883308_11453.cpp(80): 可能是“int root(int)”
0_0_15883308_11453.cpp(335) : error C3861: “root”: 找不到标识符
0_0_15883308_11453.cpp(337) : error C2568: “[”: 无法解析函数重载
0_0_15883308_11453.cpp(80): 可能是“int root(int)”
0_0_15883308_11453.cpp(337) : error C3861: “root”: 找不到标识符
0_0_15883308_11453.cpp(347) : error C2084: 函数“int main(void)”已有主体
0_0_15883308_11453.cpp(152) : 参见“main”的前一个定义
0_0_15883308_11453.cpp(358) : error C3861: “init”: 找不到标识符
0_0_15883308_11453.cpp(381) : error C3861: “solve”: 找不到标识符
|