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 1732. Ministry of Truth

C++ hint
Posted by ASK 18 Nov 2010 19:51
KISS! There is no TA even if you use:
from.find(to.substr(to_position, length), from_position)
Re: C++ hint
Posted by Dusan_MIlic 7 Apr 2011 05:58
What is TA.. I use it and i have WA on 5th test.
ASK wrote 18 November 2010 19:51
KISS! There is no TA even if you use:
from.find(to.substr(to_position, length), from_position)
ASK wrote 18 November 2010 19:51
KISS! There is no TA even if you use:
from.find(to.substr(to_position, length), from_position)
Re: C++ hint
Posted by catalin_oancea 8 Apr 2011 03:04
I use KMP algorithm but I have WA 9 ... any ideea?




Edited by author 08.04.2011 03:05