1 solutions

  • 0
    @ 2025-11-5 16:58:35

    C++ :

    #include <iostream>
    using namespace std;
    int main()
    {
      int a,b;
      cin >> a >> b;
      cout << a+b << endl;
      return 0;
    }
    

    Pascal :

    var
    a,s:longint;
    begin
    readln(a,s);
    writeln(a+s);
    end.
    
    • 1

    Information

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