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 1696. Salary for Robots

Example tests
Posted by Tomislav Gudlek 13 Apr 2011 08:04
Could somebody give me any additional test cases?

For example,

4 3 1000000


5 6 1000000
Re: Example tests
Posted by TerVel 13 Apr 2011 22:26
3 3 20 = 7 is covered in the problem itself, but here are two more:

n k p    result
1 1 30   2
1 2 12   3

Edited by author 13.04.2011 22:35
Re: Example tests
Posted by Tomislav Gudlek 14 Apr 2011 03:32
Thanks, 1 1 30 helped a lot :)
Re: Example tests
Posted by Kolyanich 24 Apr 2011 04:57
Some additional tests:

4 3 1000000
73

5 6 1000000
4369

1000 200 777
141