test
Submit solution
C++
Points:
10 (partial)
Time limit:
30.0s
Memory limit:
6K
Author:
Problem type
Allowed languages
TASK Add 2 numbers
INPUT FORMAT 2 integer no
OUTPUT FORMAT 6
Comments
include<iostream>
using namespace std; int main() { int a; int b; cin>>a; cin>>b; cout<<a+b;
}
.
There seems to an error in this problem. Please look into the ticket.