int cx, cy, x=2, y=3;cget(cx,cy);cout<
void cget(int a,int b,int &c,int &d) { c=a; d=b; } //调用 cget(x,y,cx,cy);