0_0_23860791_24504.cpp
VC2013\INCLUDE\sal.h(2381) : error C2144: 语法错误:“int”的前面应有“;”
VC2013\INCLUDE\sal.h(2381) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23860791_24504.cpp(22) : error C2146: 语法错误: 缺少“;”(在标识符“main”的前面)
0_0_23860791_24504.cpp(22) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23860791_24504.cpp(22) : error C2086: “int 浠g爜锛”: 重定义
VC2013\INCLUDE\sal.h(2381) : 参见“浠g爜锛”的声明
0_0_23860791_24504.cpp(23) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23860791_24504.cpp(23) : error C2084: 函数“int main(void)”已有主体
0_0_23860791_24504.cpp(3) : 参见“main”的前一个定义
VC2013\INCLUDE\string.h(23) : error C2144: 语法错误:“int”的前面应有“;”
VC2013\INCLUDE\string.h(23) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
VC2013\INCLUDE\string.h(23) : error C2086: “int 浠g爜锛”: 重定义
VC2013\INCLUDE\sal.h(2381) : 参见“浠g爜锛”的声明
0_0_23860791_24504.cpp(46) : error C2065: “cha”: 未声明的标识符
0_0_23860791_24504.cpp(46) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_23860791_24504.cpp(47) : error C2059: 语法错误:“for”
0_0_23860791_24504.cpp(47) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_23860791_24504.cpp(47) : error C2143: 语法错误 : 缺少“;”(在“<”的前面)
0_0_23860791_24504.cpp(47) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23860791_24504.cpp(47) : error C2143: 语法错误 : 缺少“;”(在“++”的前面)
0_0_23860791_24504.cpp(47) : error C2086: “int i”: 重定义
0_0_23860791_24504.cpp(47) : 参见“i”的声明
0_0_23860791_24504.cpp(47) : error C2059: 语法错误:“)”
0_0_23860791_24504.cpp(49) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_23860791_24504.cpp(49) : error C2365: “printf”: 重定义;以前的定义是“函数”
VC2013\INCLUDE\stdio.h(264) : 参见“printf”的声明
0_0_23860791_24504.cpp(49) : error C2440: “初始化”: 无法从“const char [2]”转换为“int”
没有使该转换得以执行的上下文
0_0_23860791_24504.cpp(50) : error C2059: 语法错误:“}”
0_0_23860791_24504.cpp(50) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_23860791_24504.cpp(52) : error C2059: 语法错误:“}”
0_0_23860791_24504.cpp(52) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|