438315_0_0_24856.cpp
438315_0_0_24856.cpp(3) : error C2146: 语法错误 : 缺少“;”(在标识符“main”的前面)
438315_0_0_24856.cpp(3) : error C2501: “Int” : 缺少存储类或类型说明符
438315_0_0_24856.cpp(5) : error C2146: 语法错误 : 缺少“;”(在标识符“a”的前面)
438315_0_0_24856.cpp(5) : error C2065: “a” : 未声明的标识符
438315_0_0_24856.cpp(5) : error C2065: “b” : 未声明的标识符
438315_0_0_24856.cpp(6) : error C2018: 未知字符“0xa1”
438315_0_0_24856.cpp(6) : error C2018: 未知字符“0xb0”
438315_0_0_24856.cpp(6) : error C2143: 语法错误 : 缺少“)”(在“%”的前面)
438315_0_0_24856.cpp(6) : error C2660: “scanf” : 函数不接受 0 个参数
438315_0_0_24856.cpp(6) : error C2059: 语法错误 : “数字上的错误后缀”
438315_0_0_24856.cpp(6) : error C2146: 语法错误 : 缺少“)”(在标识符“d”的前面)
438315_0_0_24856.cpp(6) : error C2059: 语法错误 : “数字上的错误后缀”
438315_0_0_24856.cpp(6) : error C2017: 非法的转义序列
438315_0_0_24856.cpp(6) : error C2059: 语法错误 : “)”
438315_0_0_24856.cpp(7) : error C2143: 语法错误 : 缺少“;”(在“{”的前面)
438315_0_0_24856.cpp(8) : error C2018: 未知字符“0xa1”
438315_0_0_24856.cpp(8) : error C2018: 未知字符“0xb0”
438315_0_0_24856.cpp(8) : error C2143: 语法错误 : 缺少“)”(在“%”的前面)
438315_0_0_24856.cpp(8) : error C2059: 语法错误 : “数字上的错误后缀”
438315_0_0_24856.cpp(8) : error C2017: 非法的转义序列
438315_0_0_24856.cpp(8) : error C2146: 语法错误 : 缺少“;”(在标识符“d”的前面)
438315_0_0_24856.cpp(6) : error C3861: “While”: 即使使用参数相关的查找,也未找到标识符
438315_0_0_24856.cpp(8) : error C3861: “Printf”: 即使使用参数相关的查找,也未找到标识符
438315_0_0_24856.cpp(8) : error C2065: “d” : 未声明的标识符
438315_0_0_24856.cpp(8) : error C2146: 语法错误 : 缺少“;”(在标识符“n”的前面)
438315_0_0_24856.cpp(8) : error C2065: “n” : 未声明的标识符
438315_0_0_24856.cpp(8) : error C2059: 语法错误 : “)”
438315_0_0_24856.cpp(8) : error C3861: “a”: 即使使用参数相关的查找,也未找到标识符
438315_0_0_24856.cpp(8) : error C3861: “b”: 即使使用参数相关的查找,也未找到标识符
438315_0_0_24856.cpp(10) : error C2065: “Return” : 未声明的标识符
438315_0_0_24856.cpp(10) : error C2143: 语法错误 : 缺少“;”(在“常数”的前面)
|