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 1067. Disk Tree

WA #10
Posted by TakeOver 3 Dec 2012 13:31
Can someone give me some tests?
I have WA#10, I don't know what else I can fix to solve this problem.
I used hashes, but I think that my simple algorithm can have collisions, because I make hash mod 10000000;
//sorry for my english.
also I changed algorithm, now I don't use mod. But, I still have WA#10.
I used stack + hash, but, all the same

Edited by author 03.12.2012 19:10

Edited by author 03.12.2012 19:34