0_0_14874214_16370.cpp
0_0_14874214_16370.cpp(10) : error C2143: 语法错误 : 缺少“)”(在“字符串”的前面)
0_0_14874214_16370.cpp(10) : error C2059: 语法错误:“)”
0_0_14874214_16370.cpp(10) : error C2446: “==”: 没有从“int”到“int *”的转换
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_14874214_16370.cpp(10) : error C2040: “==”:“int *”与“int”的间接寻址级别不同
0_0_14874214_16370.cpp(12) : error C2144: 语法错误:“int”的前面应有“}”
0_0_14874214_16370.cpp(12) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_14874214_16370.cpp(12) : error C2144: 语法错误:“int”的前面应有“;”
0_0_14874214_16370.cpp(23) : error C2059: 语法错误:“return”
0_0_14874214_16370.cpp(24) : error C2059: 语法错误:“}”
0_0_14874214_16370.cpp(24) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|