ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1326. Bottle Taps

advice to those who use set instead of heap
Posted by Lavrentiy Palovich 6 Jul 2011 15:29
use priority_queue, it eats less memory
Re: advice to those who use set instead of heap
Use array, it eats less memory =)))