Problem | dragonfly |
---|---|
User | Hengweezy |
Submission Time | 2025-02-01 16:20:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dragonfly.cpp: In function ‘int main()’:
dragonfly.cpp:58:34: error: too many arguments to function ‘void buildParent(int, int)’
58 | buildParent(0, -1, path, pond);
| ^
dragonfly.cpp:8:6: note: declared here
8 | void buildParent(int self, int parent_node ) {
| ^~~~~~~~~~~