0_0_33241708_20979.cpp
0_0_33241708_20979.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“std”的前面)
0_0_33241708_20979.cpp(2) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
0_0_33241708_20979.cpp(2) : error C2365: “std”: 重定义;以前的定义是“命名空间”
0_0_33241708_20979.cpp(6) : error C2065: “constint”: 未声明的标识符
0_0_33241708_20979.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“Unit”的前面)
0_0_33241708_20979.cpp(6) : error C2065: “Unit”: 未声明的标识符
0_0_33241708_20979.cpp(7) : error C2065: “constint”: 未声明的标识符
0_0_33241708_20979.cpp(7) : error C2146: 语法错误: 缺少“;”(在标识符“Tens”的前面)
0_0_33241708_20979.cpp(7) : error C2065: “Tens”: 未声明的标识符
0_0_33241708_20979.cpp(8) : error C2065: “constint”: 未声明的标识符
0_0_33241708_20979.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“Tensone”的前面)
0_0_33241708_20979.cpp(8) : error C2065: “Tensone”: 未声明的标识符
0_0_33241708_20979.cpp(11) : error C2065: “Tensone”: 未声明的标识符
0_0_33241708_20979.cpp(13) : error C2065: “Unit”: 未声明的标识符
0_0_33241708_20979.cpp(14) : error C2065: “Tens”: 未声明的标识符
0_0_33241708_20979.cpp(18) : error C2065: “Unit”: 未声明的标识符
0_0_33241708_20979.cpp(20) : error C2065: “Unit”: 未声明的标识符
0_0_33241708_20979.cpp(25) : error C2065: “cout”: 未声明的标识符
0_0_33241708_20979.cpp(25) : error C2065: “endl”: 未声明的标识符
0_0_33241708_20979.cpp(26) : error C2065: “return0”: 未声明的标识符
|