Problem | sumint |
---|---|
User | Lucaslow1902 |
Submission Time | 2023-03-24 15:15:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:8:10: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 | }
| ~