0_0_33510871_32214.cpp
0_0_33510871_32214.cpp(1) : error C2146: 语法错误: 缺少“;”(在标识符“t”的前面)
0_0_33510871_32214.cpp(1) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33510871_32214.cpp(5) : error C2065: “maxn”: 未声明的标识符
0_0_33510871_32214.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“s”的前面)
0_0_33510871_32214.cpp(6) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33510871_32214.cpp(12) : error C3861: “scanf”: 找不到标识符
0_0_33510871_32214.cpp(13) : error C2146: 语法错误: 缺少“;”(在标识符“maxx”的前面)
0_0_33510871_32214.cpp(13) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(13) : error C2065: “inf”: 未声明的标识符
0_0_33510871_32214.cpp(14) : error C2065: “cin”: 未声明的标识符
0_0_33510871_32214.cpp(16) : error C2065: “cin”: 未声明的标识符
0_0_33510871_32214.cpp(17) : error C2065: “cin”: 未声明的标识符
0_0_33510871_32214.cpp(17) : error C3861: “getline”: 找不到标识符
0_0_33510871_32214.cpp(19) : error C3861: “sort”: 找不到标识符
0_0_33510871_32214.cpp(20) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(25) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(27) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(28) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(28) : error C2065: “inf”: 未声明的标识符
0_0_33510871_32214.cpp(28) : error C2065: “cout”: 未声明的标识符
0_0_33510871_32214.cpp(28) : error C2065: “endl”: 未声明的标识符
0_0_33510871_32214.cpp(29) : error C2065: “cout”: 未声明的标识符
0_0_33510871_32214.cpp(29) : error C2065: “maxx”: 未声明的标识符
0_0_33510871_32214.cpp(29) : error C2065: “endl”: 未声明的标识符
|