这个也用了好多办法,比如将iostream.h改为iostream,或者#include <iostream.h>改为 #include using namespace std;都没啥用
我用的是Dev-C++