摘要: 1 #include 2 #include 3 #include 4 5 6 7 struct student{ 8 char name [20]; 9 char num[10]; 10 int age ; 11 12 }; 13 14 struct Node{ 15 struct student data... 阅读全文
posted @ 2019-06-18 11:15 Ssinoo団子 阅读(857) 评论(0) 推荐(0) 编辑