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 1636. Penalty Time

What is wrong with this code ?
Posted by Zmija 18 Oct 2008 16:41
[code deleted]

Edited by moderator 17.11.2019 18:35
Re: What is wrong with this code ?
Posted by Elmurod 27 Oct 2008 15:43
you forgot to put space after word "debug"
change printf("Dirty debug:(");
to printf("Dirty debug :(");
and u'll get AC

Be attentive please...

Edited by author 27.10.2008 15:44