Problem stickytape
User PrunJuice
Submission Time 2025-02-20 12:26:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘int main()’:
stickytape.cpp:12:16: error: ‘class std::priority_queue<long long int, std::vector<long long int>, std::greater<long long int> >’ has no member named ‘reserve’
12 | StickyTape.reserve(m); // Reserve space to avoid frequent reallocations
| ^~~~~~~