摘要: #include<stdio.h>main(){ int mark; printf("输入分数:\n"); scanf("%d",&mark); switch(mark/10) { case 10: case 9:printf("A\n");break; case 8:printf("B\n");b 阅读全文
posted @ 2021-10-29 13:35 拾柒^ 阅读(23) 评论(0) 推荐(0)