摘要: 1.分数转成等级 switch #include<stdio.h> main() { int a; printf("请输入学生的分数(0-100):\n"); scanf("%d",&a); switch(a/10) { case 10: case 9:printf("A\n");break; ca 阅读全文
posted @ 2021-10-31 21:54 《/》 阅读(53) 评论(0) 推荐(0)