摘要: #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 代码附体 阅读(44) 评论(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 代码附体 阅读(43) 评论(0) 推荐(0) 编辑