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 1179. Numbers in Text

WA #6
Posted by OZone3 1 Jul 2009 19:06
I've solved this task twice, first under "OZone", then under "OZone2" account. (I've lost their passwords).
Now I am using the same solution (as far as I remember) and get WA #6.
Could anybody give me an idea what aspect of a problem does the test #6 examine?
Or is there is a way to get accounts back without emailing, because both e-mails are dead.

Edited by author 01.07.2009 19:09
Re: WA #6
Posted by quick(YarSU) 29 Jan 2010 20:23
just write

not
for(k = 2;k < 36;++k)

=>>

for(k = 2;k <= 36;++k)
Re: WA #6
Posted by psiml 6 Nov 2011 00:17
Try some tests with more than one space or empty line..


and for WA7 try this:
ZZ

(answer is 36 1)