Problem | sumint |
---|---|
User | 7Janish7 |
Submission Time | 2025-03-03 16:58:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | output += nn
| ^
| ;
13 | }
| ~
sumint.cpp:14:16: error: expected ‘;’ before ‘}’ token
14 | cout << output
| ^
| ;
15 | }
| ~