摘要: 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 5 struct person{ 6 char *number; 7 char *name; 8 int score; 9 }; 10 11 int main() 1 阅读全文
posted @ 2014-10-23 18:31 Qt小罗 阅读(240) 评论(0) 推荐(0) 编辑