旅途

如果想飞得高,就该把地平线忘掉

++

#include <iostream>
using namespace std;
#define p(x) (x*x)

int main()
{
   int x=3;
   int y=3;
   int j=p(++x);

   cout<<j<<endl;
   j=(++y)*(++y);
   cout<<j<<endl;
}
都是25

posted on 2007-10-05 01:49 旅途 阅读(61) 评论(0)  编辑 收藏 引用 所属分类: C/C++


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理