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 1854. Negotiations with Parthians

Tests are too simple/incomplete
Posted by Oyster 26 Sep 2011 05:48
I think tests for this problem are incomplete or too simple (or invalid), they should be more strict. For instance, my AC code returns output "1" for input "363" but it's incorrect - obviously output should be "121" since it's valid and bigger than 1.

In general, test cases (big_prime * big_prime * relatively_small_prime) and/or similar should be added.

Edited by author 26.09.2011 05:51
Re: Tests are too simple/incomplete
Posted by Sandro (USU) 26 Sep 2011 12:18
Thank you.