摘要:
#include <stdio.h> #include <time.h> #include <string.h> #include <stdlib.h> #define swap(a, b) ({\ __typeof(a) __temp = a;\ a = b; b = __temp;\ }) #d 阅读全文
posted @ 2021-07-13 16:21
代码附体
阅读(53)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <string.h> #include <time.h> #include <stdlib.h> #define swape(a, b) ({\ __typeof (a) temp;\ temp = a;\ a = b;\ b = temp;\ 阅读全文
posted @ 2021-07-13 16:18
代码附体
阅读(48)
评论(0)
推荐(0)

浙公网安备 33010602011771号