Problem universe
User hwy
Submission Time 2023-08-13 14:20:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

universe.cpp: In function ‘int main()’:
universe.cpp:48:14: error: ‘curCats’ was not declared in this scope; did you mean ‘currCats’?
48 | pq.push({curCats-1, next});
| ^~~~~~~
| currCats
universe.cpp:48:30: error: no matching function for call to ‘std::priority_queue<std::pair<long long int, long long int> >::push(<brace-enclosed initializer list>)’
48 | pq.push({curCats-1, next});
| ^
In file included from /usr/include/c++/9/queue:64,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:86,
from universe.cpp:1:
/usr/include/c++/9/bits/stl_queue.h:627:7: note: candidate: ‘void std::priority_queue<_Tp, _Sequence, _Compare>::push(const value_type&) [with _Tp = std::pair<long long int, long long int>; _Sequence = std::vector<std::pair<long long int, long long int>, std::allocator<std::pair<