1 solutions

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

    Pascal :

    var a,b:integer;
    begin
    readln(a,b);
    writeln((a+b)*2);
    writeln(a*b);
    end.
    
    
    • 1

    Information

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