张浩飞  

2016年11月4日

摘要: #include void zy1() { int a; printf("五级制成绩"); char score; scanf("%c",&score); switch (score) { case 'A': printf("90~100"); break; ... 阅读全文
posted @ 2016-11-04 12:59 张浩飞 阅读(159) 评论(1) 推荐(0) 编辑