#include "stdafx.h" #include<iostream> using namespace std; #define TABLE_MULTI(x) ((x)*(x)*(x)) int _tmain(int argc, _TCHAR* argv[]) { int a=4; int x=TABLE_MULTI(a++); std::cout<<x<<std::endl; std::cout<<a; }
65,189
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧