Problem | bacteria |
---|---|
User | yuhong |
Submission Time | 2024-11-23 04:53:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bacteria.cpp:35:5: error: expected ‘}’ at end of input
35 | }
| ^
bacteria.cpp:7:13: note: to match this ‘{’
7 | struct node {
| ^
bacteria.cpp: In member function ‘void node::propagate()’:
bacteria.cpp:18:31: error: ‘create’ was not declared in this scope
18 | if (l == nullptr) create();
| ^~~~~~
bacteria.cpp:19:31: error: ‘create’ was not declared in this scope
19 | if (r == nullptr) create();
| ^~~~~~
bacteria.cpp: At global scope:
bacteria.cpp:35:5: error: expected unqualified-id at end of input
35 | }
| ^