0_0_38593816_21321.cpp
0_0_38593816_21321.cpp(1) : error C2146: 语法错误: 缺少“;”(在标识符“tallest_tower”的前面)
0_0_38593816_21321.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38593816_21321.cpp(1) : error C2065: “blocks”: 未声明的标识符
0_0_38593816_21321.cpp(1) : error C2448: “tallest_tower”: 函数样式初始值设定项类似函数定义
0_0_38593816_21321.cpp(1) : error C2143: 语法错误 : 缺少“;”(在“:”的前面)
0_0_38593816_21321.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38593816_21321.cpp(2) : error C2065: “blocks”: 未声明的标识符
0_0_38593816_21321.cpp(2) : error C3861: “len”: 找不到标识符
0_0_38593816_21321.cpp(3) : error C2146: 语法错误: 缺少“;”(在标识符“blocks”的前面)
0_0_38593816_21321.cpp(3) : error C2143: 语法错误 : 缺少“;”(在“.”的前面)
0_0_38593816_21321.cpp(3) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38593816_21321.cpp(3) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_38593816_21321.cpp(5) : error C2014: 预处理器命令必须作为第一个非空白空间启动
0_0_38593816_21321.cpp(8) : error C2059: 语法错误:“for”
0_0_38593816_21321.cpp(9) : error C2059: 语法错误:“if”
0_0_38593816_21321.cpp(10) : error C2065: “i”: 未声明的标识符
0_0_38593816_21321.cpp(10) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38593816_21321.cpp(10) : error C2065: “j”: 未声明的标识符
0_0_38593816_21321.cpp(10) : error C3861: “max”: 找不到标识符
0_0_38593816_21321.cpp(12) : error C2146: 语法错误: 缺少“;”(在标识符“max_height”的前面)
0_0_38593816_21321.cpp(12) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_38593816_21321.cpp(12) : error C3861: “max”: 找不到标识符
0_0_38593816_21321.cpp(14) : error C2143: 语法错误 : 缺少“;”(在“return”的前面)
0_0_38593816_21321.cpp(17) : fatal error C1021: 无效的预处理器命令“Read”
|