|
谢谢您啊,不过改了之后出现一大堆错误...
Compiling...
aa.cpp
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(5) : error C2065: 'cout' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(5) : error C2297: '<<' : illegal, right operand has type 'char [14]'
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(6) : error C2065: 'cin' : undeclared identifier
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(6) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(8) : error C2297: '<<' : illegal, right operand has type 'char [12]'
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(9) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
D:\Program Files\Microsoft Visual Studio\程序\aa.cpp(11) : error C2297: '<<' : illegal, right operand has type 'char [14]'
执行 cl.exe 时出错.
aa.exe - 1 error(s), 0 warning(s)
怎么回事啊? |
|