0_0_1550282_12521.cpp
0_0_1550282_12521.cpp(2) : error C2146: 语法错误 : 缺少“;”(在标识符“printf”的前面)
0_0_1550282_12521.cpp(2) : error C2501: “printf” : 缺少存储类或类型说明符
0_0_1550282_12521.cpp(2) : error C2365: “printf” : 重定义;以前的定义是“函数”
VC\include\stdio.h(301) : 参见“printf”的声明
0_0_1550282_12521.cpp(2) : error C2440: “初始化” : 无法从“const char [25]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
|