0_0_36837549_29757.cpp
0_0_36837549_29757.cpp(1) : error C2013: 缺少“>”
0_0_36837549_29757.cpp(4) : error C2065: “inta”: 未声明的标识符
0_0_36837549_29757.cpp(4) : error C2065: “b”: 未声明的标识符
0_0_36837549_29757.cpp(5) : error C2065: “a”: 未声明的标识符
0_0_36837549_29757.cpp(5) : error C2065: “b”: 未声明的标识符
0_0_36837549_29757.cpp(7) : error C2065: “a”: 未声明的标识符
0_0_36837549_29757.cpp(7) : error C2065: “b”: 未声明的标识符
0_0_36837549_29757.cpp(7) : error C2664: “int printf(const char *,...)”: 无法将参数 1 从“int”转换为“const char *”
从整型转换为指针类型要求 reinterpret_cast、C 样式转换或函数样式转换
0_0_36837549_29757.cpp(5) : error C3861: “whlie”: 找不到标识符
0_0_36837549_29757.cpp(5) : error C3861: “sacnf”: 找不到标识符
0_0_36837549_29757.cpp(7) : error C2143: 语法错误 : 缺少“}”(在“;”的前面)
0_0_36837549_29757.cpp(9) : error C2059: 语法错误:“return”
0_0_36837549_29757.cpp(10) : error C2059: 语法错误:“}”
0_0_36837549_29757.cpp(10) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|