0_0_12114688_25197.cpp
0_0_12114688_25197.cpp(43) : error C2065: “numeric_limits” : 未声明的标识符
0_0_12114688_25197.cpp(39) : 编译类模板成员函数“bool MinCostMaxFlow<MAXN>::_spfa(void)”时
with
[
MAXN=2050
]
0_0_12114688_25197.cpp(108) : 参见对正在编译的类模板实例化“MinCostMaxFlow<MAXN>”的引用
with
[
MAXN=2050
]
0_0_12114688_25197.cpp(43) : error C2275: “S” : 将此类型用作表达式非法
0_0_12114688_25197.cpp(108) : 参见“S”的声明
0_0_12114688_25197.cpp(43) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 0 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_12114688_25197.cpp(43) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &)” : 应输入 2 个参数,却提供了 0 个
VC\include\xutility(1242) : 参见“std::max”的声明
0_0_12114688_25197.cpp(43) : error C2665: “std::fill” : 3 个重载中没有一个可以转换参数 1(从“int [2050]”类型)
VC\include\xutility(1139): 可能是“void std::fill(char *,char *,int)”
VC\include\xutility(1144): 或 “void std::fill(signed char *,signed char *,int)”
VC\include\xutility(1149): 或 “void std::fill(unsigned char *,unsigned char *,int)”
试图匹配参数列表“<未知>”时
0_0_12114688_25197.cpp(47) : error C2275: “S” : 将此类型用作表达式非法
0_0_12114688_25197.cpp(108) : 参见“S”的声明
0_0_12114688_25197.cpp(47) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)” : 应输入 3 个参数,却提供了 0 个
VC\include\xutility(1250) : 参见“std::max”的声明
0_0_12114688_25197.cpp(47) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &)” : 应输入 2 个参数,却提供了 0 个
VC\include\xutility(1242) : 参见“std::max”的声明
0_0_12114688_25197.cpp(47) : error C3861: “numeric_limits”: 即使使用参数相关的查找,也未找到标识符
|