Problem | sumint |
---|---|
User | Maskaphobia |
Submission Time | 2024-01-31 16:31:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | total+=num
| ^
| ;
11 | }
| ~