0_0_31759538_2609.cpp
0_0_31759538_2609.cpp(10) : error C2146: 语法错误: 缺少“;”(在标识符“scanf”的前面)
0_0_31759538_2609.cpp(36) : error C2059: 语法错误:“)”
0_0_31759538_2609.cpp(37) : error C2146: 语法错误: 缺少“;”(在标识符“len”的前面)
0_0_31759538_2609.cpp(39) : error C2181: 没有匹配 if 的非法 else
0_0_31759538_2609.cpp(39) : error C2065: “j”: 未声明的标识符
0_0_31759538_2609.cpp(39) : error C2059: 语法错误:“)”
0_0_31759538_2609.cpp(41) : error C2065: “j”: 未声明的标识符
0_0_31759538_2609.cpp(41) : error C2780: “_Ty std::max(std::initializer_list<_Elem>,_Pr)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4108) : 参见“std::max”的声明
0_0_31759538_2609.cpp(41) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4101) : 参见“std::max”的声明
0_0_31759538_2609.cpp(41) : error C2784: “_Ty std::max(std::initializer_list<_Elem>)”: 未能从“int”为“std::initializer_list<_Elem>”推导 模板 参数
VC2013\INCLUDE\algorithm(4092) : 参见“std::max”的声明
0_0_31759538_2609.cpp(41) : error C2780: “const _Ty &std::max(const _Ty &,const _Ty &)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(4086) : 参见“std::max”的声明
0_0_31759538_2609.cpp(45) : error C2065: “len”: 未声明的标识符
0_0_31759538_2609.cpp(47) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“char”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_31759538_2609.cpp(49) : error C2059: 语法错误:“return”
0_0_31759538_2609.cpp(50) : error C2059: 语法错误:“}”
0_0_31759538_2609.cpp(50) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|