0_0_5597388_28513.cpp
0_0_5597388_28513.cpp(45) : error C2501: “printf” : 缺少存储类或类型说明符
0_0_5597388_28513.cpp(45) : error C2365: “printf” : 重定义;以前的定义是“函数”
VC\include\stdio.h(301) : 参见“printf”的声明
0_0_5597388_28513.cpp(45) : error C2440: “初始化” : 无法从“const char [4]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_5597388_28513.cpp(46) : error C2059: 语法错误 : “return”
0_0_5597388_28513.cpp(47) : error C2059: 语法错误 : “}”
0_0_5597388_28513.cpp(47) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
0_0_5597388_28513.cpp(47) : error C2059: 语法错误 : “}”
0_0_5597388_28513.cpp(48) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_5597388_28513.cpp(48) : error C2447: “{” : 缺少函数标题(是否是老式的形式表?)
0_0_5597388_28513.cpp(65) : fatal error C1004: 遇到意外的文件结束
|