0_0_22175313_14053.cpp
0_0_22175313_14053.cpp(7) : error C2146: 语法错误: 缺少“)”(在标识符“or”的前面)
0_0_22175313_14053.cpp(7) : error C2065: “or”: 未声明的标识符
0_0_22175313_14053.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“y”的前面)
0_0_22175313_14053.cpp(7) : error C2059: 语法错误:“)”
0_0_22175313_14053.cpp(8) : error C2143: 语法错误 : 缺少“}”(在“for”的前面)
0_0_22175313_14053.cpp(8) : error C2064: 项不会计算为接受 1 个参数的函数
0_0_22175313_14053.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“for”的前面)
0_0_22175313_14053.cpp(11) : error C2181: 没有匹配 if 的非法 else
0_0_22175313_14053.cpp(13) : error C2065: “a”: 未声明的标识符
0_0_22175313_14053.cpp(17) : error C2065: “ans”: 未声明的标识符
0_0_22175313_14053.cpp(17) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_22175313_14053.cpp(17) : error C2365: “printf”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\stdio.h(264) : 参见“printf”的声明
0_0_22175313_14053.cpp(17) : error C2078: 初始值设定项太多
0_0_22175313_14053.cpp(18) : error C2059: 语法错误:“return”
0_0_22175313_14053.cpp(19) : error C2059: 语法错误:“}”
0_0_22175313_14053.cpp(19) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|