Problem | binaryroads |
---|---|
User | jeongwonho64 |
Submission Time | 2023-12-01 09:24:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binaryroads.cpp: In function ‘int32_t main()’:
binaryroads.cpp:43:33: error: no matching function for call to ‘std::queue<std::pair<long long int, long long int> >::push(<brace-enclosed initializer list>)’
43 | q.push({i, i.second});
| ^
In file included from /usr/include/c++/9/queue:64,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:86,
from binaryroads.cpp:1:
/usr/include/c++/9/bits/stl_queue.h:259:7: note: candidate: ‘void std::queue<_Tp, _Sequence>::push(const value_type&) [with _Tp = std::pair<long long int, long long int>; _Sequence = std::deque<std::pair<long long int, long long int>, std::allocator<std::pair<long long int, long long int> > >; std::queue<_Tp, _Sequence>::value_type = std::pair<long long int, long long int>]’
259 | push(const value_type& __x)
| ^~~~
/usr/i