1 #include 2 #include 3 #include 4 #define LEN sizeof(struct Student) 5 struct Student 6 { 7 long num; 8 float score; 9 struct Student*next; 10 }; 11 int n; 12 int main() 13 { 14 /*-----------------------------程序描述-------------------------------------------- 15 题... Read More
posted @ 2013-12-06 18:36 KillerLegend Views(447) Comments(0) Diggs(0) Edit