0_0_39768196_25848.cpp
0_0_39768196_25848.cpp(5) : error C2664: “int scanf(const char *,...)”: 无法将参数 1 从“int”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_39768196_25848.cpp(7) : error C2065: “d”: 未声明的标识符
0_0_39768196_25848.cpp(8) : error C2059: 语法错误:“return”
|