1 solutions

  • 0
    @ 2025-11-5 20:08:01

    Pascal :

    var m:integer;
    begin
      readln(m);
      case m of
        90..100:writeln('A');
    	80..89:writeln('B');
    	60..79:writeln('C');
    	else writeln('D');
      end;
    end.
    
    • 1

    Information

    ID
    20042
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By