1 solutions

  • 0
    @ 2025-11-5 15:44:41

    Pascal :

    var
    a,b,c:integer;
    begin
    read(a,b);
    c:=(a+b)*2;
    write(c,' ',a*b);
    end.
    
    
    • 1

    Information

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