Problem | sumint |
---|---|
User | hackerman123 |
Submission Time | 2023-01-27 14:05:25 |
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 | sum += input
| ^
| ;
13 | }
| ~