#include&ltstdio.h&gt#defineCONS(x,...
发布于 2022-03-03 14:29:03
#include <stdio.h>
#define CONS(x,y) (int)(x##e##y)
int main()
{
printf("%d\n", CONS(4,2))
}
登录后免费查看答案
关注者
0
被浏览
24
1 个回答