1 solutions

  • 0
    @ 2025-11-5 16:17:51

    Pascal :

    var one,two,three,four:longint;
    begin
      one:=100;
      two:=one+20;
      three:=two div 3;
      four:=three*3;
      writeln(one);
      writeln(two);
      writeln(three);
      writeln(four);
    end.
    
    • 1

    Information

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