0_0_3153634_4346.cpp
0_0_3153634_4346.cpp(2) : error C2653: “std” : 不是类或命名空间名称
0_0_3153634_4346.cpp(2) : error C2873: “cout” : 符号不能用在 using 声明中
0_0_3153634_4346.cpp(3) : error C2653: “std” : 不是类或命名空间名称
0_0_3153634_4346.cpp(3) : error C2873: “endl” : 符号不能用在 using 声明中
0_0_3153634_4346.cpp(4) : error C2653: “std” : 不是类或命名空间名称
0_0_3153634_4346.cpp(4) : error C2873: “cin” : 符号不能用在 using 声明中
0_0_3153634_4346.cpp(6) : error C2065: “cin” : 未声明的标识符
0_0_3153634_4346.cpp(14) : error C3861: “cin”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(15) : error C3861: “cin”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(16) : error C3861: “strlen”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(17) : error C3861: “strlen”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(20) : error C3861: “memset”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(50) : error C2065: “cout” : 未声明的标识符
0_0_3153634_4346.cpp(50) : error C2065: “endl” : 未声明的标识符
0_0_3153634_4346.cpp(53) : error C3861: “cout”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(56) : error C3861: “cout”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(56) : error C3861: “endl”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(56) : error C3861: “endl”: 即使使用参数相关的查找,也未找到标识符
0_0_3153634_4346.cpp(60) : error C2143: 语法错误 : 缺少“;”(在“}”的前面)
|