int add(int *x, int *y, int *z){ *x += *x; *y += *x; *z += *y; return *z; }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题