0_0_10327766_4257.cpp
0_0_10327766_4257.cpp(6) : error C2065: “string” : 未声明的标识符
0_0_10327766_4257.cpp(6) : error C2146: 语法错误 : 缺少“;”(在标识符“colors”的前面)
0_0_10327766_4257.cpp(6) : error C2065: “colors” : 未声明的标识符
0_0_10327766_4257.cpp(7) : error C2146: 语法错误 : 缺少“;”(在标识符“color”的前面)
0_0_10327766_4257.cpp(7) : error C3861: “string”: 即使使用参数相关的查找,也未找到标识符
0_0_10327766_4257.cpp(7) : error C2065: “color” : 未声明的标识符
0_0_10327766_4257.cpp(9) : error C2065: “cin” : 未声明的标识符
0_0_10327766_4257.cpp(9) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|