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 1322. Spy

Some hints (for pascal)
Posted by Aleksey (BMSTU IU7) 26 Sep 2004 20:31
if you write solution on Pascal,
not use Delphi-like unlimited strings(type string) for reading input data. In "judge" pascal
strings are limited. Use simple array of char.
Otherwise you get WA on test #6 (or later :-(