Problem | sumint |
---|---|
User | phoenix348 |
Submission Time | 2025-01-08 16:13:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | sum += temp
| ^
| ;
11 | }
| ~