1083436_0_0_19018.cpp
1083436_0_0_19018.cpp(5) : error C2146: 语法错误 : 缺少“;”(在标识符“N”的前面)
1083436_0_0_19018.cpp(5) : error C2501: “N” : 缺少存储类或类型说明符
1083436_0_0_19018.cpp(5) : error C2501: “a” : 缺少存储类或类型说明符
1083436_0_0_19018.cpp(5) : error C2501: “b” : 缺少存储类或类型说明符
1083436_0_0_19018.cpp(6) : error C2143: 语法错误 : 缺少“;”(在“>>”的前面)
1083436_0_0_19018.cpp(6) : error C2501: “cin” : 缺少存储类或类型说明符
1083436_0_0_19018.cpp(7) : error C2059: 语法错误 : “while”
1083436_0_0_19018.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
1083436_0_0_19018.cpp(8) : error C2447: “{” : 缺少函数标题(是否是老式的形式表?)
1083436_0_0_19018.cpp(13) : error C2501: “system” : 缺少存储类或类型说明符
1083436_0_0_19018.cpp(13) : error C2365: “system” : 重定义;以前的定义是“函数”
VC\include\stdlib.h(314) : 参见“system”的声明
1083436_0_0_19018.cpp(13) : error C2440: “初始化” : 无法从“const char [6]”转换为“int”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
1083436_0_0_19018.cpp(14) : error C2059: 语法错误 : “return”
1083436_0_0_19018.cpp(15) : error C2059: 语法错误 : “}”
1083436_0_0_19018.cpp(15) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
1083436_0_0_19018.cpp(15) : error C2059: 语法错误 : “}”
|