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 1190. Bar of Chocolate

Uncorrect test.
Posted by dimozzz 16 Feb 2007 20:32
I have Crash#1. And I know, that first string in input is not number, because I catch exception, than I convert this String to Integer.
Re: Uncorrect test.
Posted by diver[rus] 16 Feb 2007 22:45
Read FAQ, it's not allowed to use exceptions here, so try..except, or try..catch will lead to Crash (when exception occurs)