cout是在叫做std的namespace里的,std::cout或者前面using namespace std。endl同理。
把iostream改为iostream.h
main函数前面加上using namespace std;