Problem | addition |
---|---|
User | thatoneonyxguy |
Submission Time | 2024-01-12 15:00:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:12:38: error: expected ‘}’ at end of input
12 | cout<<"\nsum of 2 no.'s is:"<<sum;
| ^
addition.cpp:6:1: note: to match this ‘{’
6 | {
| ^