In file included from /usr/include/c++/11/queue:64,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:86,
from cyberland.cpp:1:
/usr/include/c++/11/bits/stl_queue.h: In instantiation of 'class std::priority_queue<std::pair<long long int, long long int>, std::vector<std::pair<double, long long int> >, std::greater<void> >':
cyberland.cpp:13:69: required from here
/usr/include/c++/11/bits/stl_queue.h:480:67: error: static assertion failed: value_type must be the same as the underlying container
480 | static_assert(is_same<_Tp, typename _Sequence::value_type>::value,
| ^~~~~
/usr/include/c++/11/bits/stl_queue.h:480:67: note: 'std::integral_constant<bool, false>::value' evaluates to false