7 条题解

  • 0
    @ 2021-10-29 13:03:13
    1. f=eval(input())
    2. if f>=90 and f<=100:
    3. print('Great')
    4. if f>=70 and f<=89:
    5. print('Good')
    6. if f>=60 and f<=69:
    7. print('Average')
    8. if f<=59 and f>=0:
    9. print('Poor')

    信息

    ID
    857
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    168
    已通过
    94
    上传者