Problem | potatotree |
---|---|
User | JhoCyber |
Submission Time | 2025-02-13 21:05:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatotree.cpp: In function ‘int32_t main()’:
potatotree.cpp:12:16: error: a function-definition is not allowed here before ‘{’ token
12 | int32_t main() {
| ^
potatotree.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
potatotree.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^