0_0_23191556_17906.cpp
0_0_23191556_17906.cpp(39) : error C2563: 在形参表中不匹配
0_0_23191556_17906.cpp(39) : error C2568: “<”: 无法解析函数重载
VC2013\INCLUDE\algorithm(4141): 可能是“_Ty std::min(std::initializer_list<_Elem>,_Pr)”
VC2013\INCLUDE\algorithm(4134): 或 “const _Ty &std::min(const _Ty &,const _Ty &,_Pr)”
VC2013\INCLUDE\algorithm(4125): 或 “_Ty std::min(std::initializer_list<_Elem>)”
VC2013\INCLUDE\algorithm(4119): 或 “const _Ty &std::min(const _Ty &,const _Ty &)”
0_0_23191556_17906.cpp(39) : error C2513: “int”: 在“=”前没有声明变量
0_0_23191556_17906.cpp(39) : error C2146: 语法错误: 缺少“;”(在标识符“j”的前面)
0_0_23191556_17906.cpp(39) : error C2440: “=”: 无法从“const char [12]”转换为“int”
没有使该转换得以执行的上下文
0_0_23191556_17906.cpp(39) : error C2146: 语法错误: 缺少“;”(在标识符“min”的前面)
0_0_23191556_17906.cpp(39) : error C2659: “=”: 作为左操作数
0_0_23191556_17906.cpp(39) : error C2146: 语法错误: 缺少“;”(在标识符“pos”的前面)
0_0_23191556_17906.cpp(39) : error C2059: 语法错误:“)”
0_0_23191556_17906.cpp(40) : error C2446: “>”: 没有从“double”到“const char *”的转换
0_0_23191556_17906.cpp(40) : error C2440: “>”: 无法从“double”转换为“const char [3]”
0_0_23191556_17906.cpp(40) : error C2146: 语法错误: 缺少“;”(在标识符“dis”的前面)
0_0_23191556_17906.cpp(46) : error C2059: 语法错误:“数字上的错误后缀”
0_0_23191556_17906.cpp(47) : error C3071: 运算符“%”只能应用于 ref 类或值类型实例中
0_0_23191556_17906.cpp(47) : error C2146: 语法错误: 缺少“)”(在标识符“f”的前面)
0_0_23191556_17906.cpp(47) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“long double”转换为“const char *”
0_0_23191556_17906.cpp(47) : error C2059: 语法错误:“)”
0_0_23191556_17906.cpp(53) : error C2065: “d”: 未声明的标识符
0_0_23191556_17906.cpp(53) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|