0_0_25488819_22907.cpp
0_0_25488819_22907.cpp(13) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25488819_22907.cpp(16) : error C2144: 语法错误:“int”的前面应有“;”
0_0_25488819_22907.cpp(18) : error C2059: 语法错误:“for”
0_0_25488819_22907.cpp(18) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)
0_0_25488819_22907.cpp(18) : error C2238: 意外的标记位于“;”之前
0_0_25488819_22907.cpp(19) : error C2143: 语法错误 : 缺少“;”(在“<=”的前面)
0_0_25488819_22907.cpp(19) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25488819_22907.cpp(19) : error C2238: 意外的标记位于“;”之前
0_0_25488819_22907.cpp(20) : error C2143: 语法错误 : 缺少“;”(在“++”的前面)
0_0_25488819_22907.cpp(20) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_25488819_22907.cpp(20) : error C2059: 语法错误:“)”
0_0_25488819_22907.cpp(23) : error C2334: “{”的前面有意外标记;跳过明显的函数体
0_0_25488819_22907.cpp(27) : error C2059: 语法错误:“return”
0_0_25488819_22907.cpp(27) : error C2238: 意外的标记位于“;”之前
0_0_25488819_22907.cpp(29) : error C2628: “node”后面接“int”是非法的(是否忘记了“;”?)
0_0_25488819_22907.cpp(30) : error C3874: “main”的返回类型应为“int”而非“node”
0_0_25488819_22907.cpp(33) : error C2065: “n”: 未声明的标识符
0_0_25488819_22907.cpp(33) : error C2065: “r”: 未声明的标识符
0_0_25488819_22907.cpp(33) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|