1 solutions

  • 0
    @ 2025-11-5 15:18:13

    Pascal :

    var
     a:integer;
    begin
     readln(a);
     if a>=90 then writeln('outstanding')
              else if a<=60 then writeln('unsatisfactory')
                            else writeln('satisfactory');
    end.
    
    • 1

    Information

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