1 solutions

  • 0
    @ 2025-11-5 17:24:10

    Pascal :

    var
      a,b,c,s:integer;
    begin
      readln(a);
      b:=a mod 10;
      c:=a div 10;
      s:=b*10+c;
      writeln(s);
    end.
    
    
    
    
    
    • 1

    Information

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