![]() |
#2
tengfei552010-11-17 15:59
|
帮我看看这个程序那里错了 我的机器怎么不能显示结果呢?
程序如下:
#include <iostream>
using namespace std;
#define run;
int main()
{int x=1,y=2,z=3;
#ifndef run
cout<<"x="<<x<<",y="<<y<<",z="<<z;
#endif
cout<<"x*y*z="*y*z<<endl;
return 0;
}