摘要: 源代码: 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 5 #define Score_Num 35 6 7 struct Standard 8 { 9 int A; 10 int B; 11 int C; 12 阅读全文
posted @ 2016-01-11 20:01 指间ゝ繁华初逝的格调 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 1 #include "stdio.h" 2 #include "stdlib.h" 3 #include "malloc.h" 4 #include "string.h" 5 6 const int maxlen=1000;//最大长度 7 typedef char type; 8 9 struc 阅读全文
posted @ 2016-01-11 10:36 指间ゝ繁华初逝的格调 阅读(158) 评论(0) 推荐(0) 编辑