HzuYZL


私信TA

用户名:H2030819025

访问量:64031

签 名:

等  级
排  名 30
经  验 14940
参赛次数 16
文章发表 25
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<stdio.h>

int main()

{

int A,B,C,D,E,x;

scanf("%d",&x);

if(x>=90&&x<=100)

{

printf("A");

}

else if(x>=80)

{

printf("B");

}

else if(x>=70)

{

printf("C");

}

else if(x>=60)

{

printf("D");

}

else

{

printf("E");

}

return 0;

 } 


 

0.0分

11 人评分

  评论区

大神求带!!!
2020-11-20 10:57:06
  • «
  • 1
  • »