Problem dragonfly
User Hengweezy
Submission Time 2025-02-01 16:18:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dragonfly.cpp: In function ‘void buildParent(int, int, const std::vector<std::vector<int> >&, std::vector<int>)’:
dragonfly.cpp:10:37: error: too few arguments to function ‘void buildParent(int, int, const std::vector<std::vector<int> >&, std::vector<int>)’
10 | buildParent(p, parent_node, path);
| ^
dragonfly.cpp:6:6: note: declared here
6 | void buildParent(int self, int parent_node, const vector<vector<int>>& path, const vector<int> pond) {
| ^~~~~~~~~~~
dragonfly.cpp:18:38: error: too few arguments to function ‘void buildParent(int, int, const std::vector<std::vector<int> >&, std::vector<int>)’
18 | buildParent(p, self, path);
| ^
dragonfly.cpp:6:6: note: declared here
6 | void buildParent(int self, int parent_node, const vector<vector<int>>&