H2430819028


私信TA

用户名:dotcpp0794878

访问量:52

签 名:

无虑,无悔,无敌。

等  级
排  名 8376
经  验 1234
参赛次数 1
文章发表 26
年  龄 19
在职情况 学生
学  校 贺州学院
专  业 软件工程

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include<stdio.h>

int main ()

{

int t;

 while(scanf("%d", &t) != EOF)

switch(t/10)

{

case 1:

case 2:

case 3:printf("D\n");break;

case 4:

case 5:printf("C\n");break;

case 6:

case 7:printf("B\n");break;

case 8:

case 9:

case 10:printf("A\n");break;

default:printf("Score is error!\n");break;

}

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »