0_0_38587030_14938.cpp
0_0_38587030_14938.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(1) : error C3861: “input”: 找不到标识符
0_0_38587030_14938.cpp(3) : error C2143: 语法错误 : 缺少“;”(在“for”的前面)
0_0_38587030_14938.cpp(4) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(4) : error C3861: “input”: 找不到标识符
0_0_38587030_14938.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“max_length”的前面)
0_0_38587030_14938.cpp(6) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(8) : error C2143: 语法错误 : 缺少“;”(在“for”的前面)
0_0_38587030_14938.cpp(9) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(9) : error C2228: “.strip”的左边必须有类/结构/联合
类型是“unknown-type”
0_0_38587030_14938.cpp(9) : error C3861: “input”: 找不到标识符
0_0_38587030_14938.cpp(10) : error C2146: 语法错误: 缺少“;”(在标识符“length”的前面)
0_0_38587030_14938.cpp(10) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(10) : error C3861: “len”: 找不到标识符
0_0_38587030_14938.cpp(12) : error C2143: 语法错误 : 缺少“;”(在“if”的前面)
0_0_38587030_14938.cpp(13) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(13) : error C2374: “max_length”: 重定义;多次初始化
0_0_38587030_14938.cpp(6) : 参见“max_length”的声明
0_0_38587030_14938.cpp(15) : error C2146: 语法错误: 缺少“;”(在标识符“print”的前面)
0_0_38587030_14938.cpp(16) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38587030_14938.cpp(16) : fatal error C1004: 发现意外的文件尾
|