-->
当前位置:首页 > 题库

PROGRAMMING:Output score

Luz5年前 (2021-05-10)题库501
```
The characters are used to represent the achievement level, and a represents [90-100], B represents [80-90], and a represents [90-100]
C stands for [70-80], D stands for [60-70], e stands for [0-60]. Please input one by programming
Character, output the score range represented by this character. If the input character is not ABCDE
Output: error!
```
###Input example:
```in
A
```
###Output example:
```out
[90-100]
```
###Input example:
```in
X
```
###Output example:
```out
Error!
```







answer:If there is no answer, please comment