1
2
3
4
5
6
7
8
|
#include <stdio.h>
#define SOR(x) (x*x)
main()
{
int
a,b=3;
a=SOR(b+2);
printf
(
"%d"
,a);
}
|
宏的括号
最新推荐文章于 2024-10-23 23:11:43 发布