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 1355. Bald Spot Revisited

Tests
Posted by Todor Tsonkov 29 Jul 2006 12:53
I had a stupid mistake just accepted it, hint:
if (a>b) then output 0 :)
Good Luck

Edited by author 29.07.2006 13:12
Re: Tests
Posted by Olzhas2dy 4 Jun 2007 21:28
Thanks, dude. It was helpful.
Re: Tests
Posted by strider 24 Jan 2009 22:32
I say more:
if( b%a != 0) then output "0"

The case a>b is a particular case of it.