2021年10月26日
摘要: 1. #include<stdio.h> main(){ int a,b; printf("请输入分数:"); scanf("%d",&a); b=a/10; switch(b) { case 10: case 9:printf("A\n");break; case 8:printf("B\n"); 阅读全文
posted @ 2021-10-26 10:53 丝毫不慌 阅读(20) 评论(0) 推荐(0) 编辑