摘要: 1输入成绩进行分级 #include<stdio.h> main(){ int mark; printf("请输入学生成绩(0-100)"); scanf("%d",&mark); switch(mark/10){ case 10: case 9:printf("A\n");break; case 阅读全文
posted @ 2021-10-26 15:31 荽邊 阅读(22) 评论(0) 推荐(0)