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

Common Board

1216 - finally
Posted by Jimmy Mardell 31 Oct 2002 01:57
After a zillion compilation errors I finally got this one right using
brute force search. There aren't many special cases then, and I used
2*26^4 states (just under 1 million :) ) which probably could be made
a lot less.
Why could you say 26^4, I think it's 26^6.
Posted by Safe Bird (USU) 31 Oct 2002 15:01
> After a zillion compilation errors I finally got this one
right using
> brute force search. There aren't many special cases then,
and I used
> 2*26^4 states (just under 1 million :) ) which probably
could be made
> a lot less.
>
If it's possible, could you send your exe(only exe needed) file to me?zhuzeyuan@hotmail.com, Thanks a lot.
Posted by Safe Bird (USU) 31 Oct 2002 16:01