| Problem | treecutting |
|---|---|
| User | jonathanirvings |
| Submission Time | 2025-11-16 09:14:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
treecutting.cpp:21:18: error: wrong number of template arguments (1, should be at least 2)
21 | unordered_map<int> find_farthest(int start, int &farthest, bool ignore=false, bool set=false, int &ret=dummy) {
| ^
In file included from /usr/include/c++/9/unordered_map:47,
from /usr/include/c++/9/functional:61,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from treecutting.cpp:1:
/usr/include/c++/9/bits/unordered_map.h:102:11: note: provided for ‘template<class _Key, class _Tp, class _Hash, class _Pred, class _Alloc> class std::unordered_map’
102 | class unordered_map
| ^~~~~~~~~~~~~
treecutting.cpp: In function ‘int find_farthest(int, int&, bool, bool, int&)’:
treecutting.cpp:22:22: error: wrong number