Problem | leftout |
---|---|
User | niicoletong |
Submission Time | 2025-06-18 10:56:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
leftout.cpp: In function ‘int main()’:
leftout.cpp:8:13: error: a function-definition is not allowed here before ‘{’ token
8 | int main() {
| ^
leftout.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
leftout.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^