2016年12月15日
摘要: #include #include struct student{ char sno[10]; char stele[15]; char sname[20]; int score; int age; }; int main() { student class3[31]; scanf("%s%s%s%d%d",&class3... 阅读全文
posted @ 2016-12-15 22:01 钟国晨160809323 阅读(151) 评论(3) 推荐(0) 编辑