1 solutions

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

    Pascal :

    var
    a,b,c:real;
    begin
    read(a,b);
    c:=a+b;
    writeln(c:0:2);
    c:=a-b;
    writeln(c:0:2);
    c:=a*b;
    writeln(c:0:2);
    c:=a/b;
    writeln(c:0:2);
    end.
    
    
    • 1

    Information

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