摘要: #include <stdio.h> #include <time.h> #include <stdlib.h> #define swape(a, b) ({\ __typeof(a) temp = a;\ a = b; b = temp;\ }) typedef struct priority_q 阅读全文
posted @ 2021-08-07 00:28 代码附体 阅读(32) 评论(0) 推荐(0) 编辑