摘要:
#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
阅读(160)
评论(3)
推荐(0)
浙公网安备 33010602011771号