| Problem | smurfpaths |
|---|---|
| User | zyq69 |
| Submission Time | 2022-12-23 16:46:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurfpaths.cpp: In function ‘int main()’:
smurfpaths.cpp:139:32: error: no matching function for call to ‘node::query(int, long long int&)’
139 | pii qu=root->query(1, n);
| ^
smurfpaths.cpp:73:9: note: candidate: ‘pii node::query()’
73 | pii query(){
| ^~~~~
smurfpaths.cpp:73:9: note: candidate expects 0 arguments, 2 provided
smurfpaths.cpp:143:32: error: no matching function for call to ‘node::query(int, long long int&)’
143 | qu=root->query(1, n);
| ^
smurfpaths.cpp:73:9: note: candidate: ‘pii node::query()’
73 | pii query(){
| ^~~~~
smurfpaths.cpp:73:9: note: candidate expects 0 arguments, 2 provided