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 1395. Pascal vs. C++. Version 2

Test error
Posted by Andrew Suhani 24 Mar 2011 00:52
Can you tell me plz what is test #3?
Re: Test error
Posted by TUSUR_lxn 30 Aug 2011 15:08
If you have WA it is very easy to generate tests for you solution. There are many solutions that can't be accepted because of memory or time limits. Write one slow, but correct solution, and generate small tests using it until you find test for you solution.