摘要: #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #define ASSERT(T) if(T==NULL) return false; bool addint(int a, int b, int *res) { ASSERT(r 阅读全文
posted @ 2022-07-03 09:55 野猪被骑 阅读(49) 评论(0) 推荐(0)