Problem addition
User thatoneonyxguy
Submission Time 2024-01-12 15:01:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 | {
| ^