Problem platonic25
User lucas
Submission Time 2025-12-19 11:19:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic25.cpp: In function ‘bool feasible(const std::vector<Cat>&, int, ll)’:
platonic25.cpp:27:8: error: ‘class std::priority_queue<Node, std::vector<Node>, Cmp>’ has no member named ‘reserve’
27 | pq.reserve(n); // reserve on underlying vector via hack: no direct API, but it’s fine to skip
| ^~~~~~~