程序出错在什么阶段__?
int main(void) {
http://www.taobao.com
cout << "welcome to taobao" << endl;
}
/cygdrive/d/WorkSpace/C++/Offer/TEST/main.cpp:17:5: error: 'cout' was not declared in this scope
cout << "wel" << endl;
^~~~
/cygdrive/d/WorkSpace/C++/Offer/TEST/main.cpp:17:22: error: 'endl' was not declared in this scope
cout << "wel" << endl;
^~~~
http://www.taobao.com
cout << "welcome to taobao" << endl;
}