#include <stdio.h> #define M(x, y, z) x *y + z main() { int a = 1, b = 2, c = 3; printf("%d\n", M(a + b, b + c, c + a)); }
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题