#include<stdio.h>main(){ int s; printf("请输入成绩:\n"); scanf("s=%d",&s); switch(s=s/10) { case 9 : printf("A\n"); bre...
阅读全文
2008
10-08