在cout和cin的前面加上std:: 即std::cout和std::cin表明cout和cin是定义在std命名空间内的对象或者在#include 下面加上using namespace std;
要加上using namespace std;
#include
没有利用命令空间吧 using namespace std;
用VS2010运行了此程序!可以正常运行,没发现问题!