下面两种写法哪个更快还是说没区别:
#define newnode(x) (tree[++top]=tree[x],top) inline int(const int& x){ tree[++top]=tree[x]; return top; }