0_0_31952504_19555.cpp
0_0_31952504_19555.cpp(45) : error C2664: “int scanf(const char *,...)”: 无法将参数 1 从“int”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_31952504_19555.cpp(50) : error C2015: 常量中的字符太多
0_0_31952504_19555.cpp(52) : error C2146: 语法错误: 缺少“)”(在标识符“t”的前面)
0_0_31952504_19555.cpp(52) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“int”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_31952504_19555.cpp(52) : error C2017: 非法的转义序列
0_0_31952504_19555.cpp(52) : error C2001: 常量中有换行符
0_0_31952504_19555.cpp(54) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
0_0_31952504_19555.cpp(60) : error C2015: 常量中的字符太多
0_0_31952504_19555.cpp(62) : error C2146: 语法错误: 缺少“)”(在标识符“t”的前面)
0_0_31952504_19555.cpp(62) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“int”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_31952504_19555.cpp(62) : error C2017: 非法的转义序列
0_0_31952504_19555.cpp(62) : error C2001: 常量中有换行符
0_0_31952504_19555.cpp(64) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“char”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
|