test


Submit solution

Points: 10 (partial)
Time limit: 30.0s
Memory limit: 6K

Author:
Problem type
Allowed languages
C++

TASK Add 2 numbers

INPUT FORMAT 2 integer no

OUTPUT FORMAT 6


Comments


  • 0
    Prasanth_S  commented on Oct. 25, 2022, 10:29 p.m.

    include<iostream>

    using namespace std; int main() { int a; int b; cin>>a; cin>>b; cout<<a+b;

    }


  • 1
    Bhaveshpendyala2003  commented on Sept. 14, 2022, 2:52 p.m. edit 2

    .


  • 3
    CBENU4CSE19021  commented on Sept. 11, 2020, 8:53 a.m.

    There seems to an error in this problem. Please look into the ticket.