摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <stdbool.h> 4 #include <string.h> 5 6 #define NUM 3 7 8 typedef struct { 9 int a; 10 int b; 11 } 阅读全文
posted @ 2020-11-05 23:33 hemeiwolong 阅读(101) 评论(0) 推荐(0) 编辑