摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define TSIZE 45 5 6 struct film { 7 char title[TSIZE]; 8 int rating; 9 struct film *n 阅读全文
posted @ 2016-12-04 16:34 lanshanxiao 阅读(2720) 评论(0) 推荐(0)