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 1595. Perfect Sequence

TLE 26 please help
Posted by Smusenok Sergiy Andriyovich (KhAI) 28 Aug 2009 19:39
give me some hints please! i used set<_int64> from STL

Edited by author 28.08.2009 19:43
Re: TLE 26 please help
Posted by IGOR_Lviv NU 3 May 2010 04:31
Use hash instead of set.
Re: TLE 26 please help
Posted by Alexey 21 Aug 2010 18:06
How use the hash_set ?? i write in C++.
Re: TLE 26 please help
Posted by Erop [USU] 9 May 2012 00:12
try to write your own hash_set, it is not so difficult
however you don't need any hash or set there