1 solutions

  • 0
    @ 2025-11-5 17:25:52

    Pascal :

    var a:real;
    begin
      read(a);
      if a>90 then writeln('A');
      if (a>=80)and (a<=90) then writeln('B');
      if (a>=60)and (a<=70) then writeln('C');
      if a<60 then writeln('D');
    end.
    
    
    • 1

    Information

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