1 条题解

  • 0
    @ 2023-7-27 18:12:47

    #include using namespace std; int main() { int a; char b; scanf("%d",&a); b=a>=70?(a>=90?'A':'B'):(a>=60?'C':'D'); printf("%c\n",b); return 0; }

    • 1

    信息

    ID
    321
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    201
    已通过
    134
    上传者