摘要: #include <stdio.h> #include <time.h> #include <stdlib.h> #define swap(a, b) ({\ __typeof(a) c = a;\ a = b, b = c;\ }) int down_updata (int *p, int i, 阅读全文
posted @ 2021-08-13 11:57 代码附体 阅读(157) 评论(0) 推荐(0) 编辑