摘要: #include <stdio.h> #define A(x, y)((x) * (y)) #define B(x, y)(x * y) void main() { //非表达式参数 printf("%d\n", A(11, 3)); //33 (11)*3 printf("%d\n", B(11, 阅读全文
posted @ 2022-11-18 11:27 tetrachloroethylene 阅读(987) 评论(0) 推荐(0)