摘要:
1 #include 2 #include 3 #include 4 #include 5 #define N 3 6 #define LEN sizeof(struct grade) 7 struct grade 8 { 9 char no[7]; 10 int score; 11 struct grade *next; 12 }; 13 struct... 阅读全文
posted @ 2017-01-05 15:37
legenda
阅读(378)
评论(0)
推荐(0)