你没有指定namespace吧# include<iostream.h> using namespace std;void fun1() { int x=5; cout<<”x=”<<x<<endl; }