1 solutions

  • 0
    @ 2025-11-5 15:42:26

    Pascal :

    var
      a:longint;
    begin
     readln(a);
      if a>=90 then write('A');
      if (a>=60) and (a<=89) then write('B');
      if a<60 then write('C');
    end.
    
    • 1

    Information

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