1 solutions

  • 0
    @ 2025-11-5 15:46:51

    Pascal :

    program sb;
    var a:integer;
    begin 
    readln(a);
    if a>=90 then writeln('A');
    	if (a>=80) and (a<=89) then writeln('B');
    		if (a>60) and (a<=79) then writeln('C');
    			if (a<=60) and (a>=0)then writeln('60');
    end.
    
    • 1

    Information

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