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 1009. K-based Numbers

yaeh...
100 - is valid in 10-digit system
55400342 - is valid in 5-digit system...
> yaeh...
> 100 - is valid in 10-digit system
> 55400342 - is valid in 5-digit system...
>
>
> > yaeh...
> > 100 - is valid in 10-digit system
> > 55400342 - is valid in 5-digit system...
> >
> > °ўИш
> So, two successful zeros is zero, and after it another
one zero, example: 1001123.
  There can't be leader zeros, such as 0123; 0123 - is 3-
digits number.
Huang Yizheng Thanks.Does it mean... [1] // Problem 1009. K-based Numbers 1 Nov 2001 05:09
> > So, two successful zeros is zero, and after it another
> one zero, example: 1001123.
>   There can't be leader zeros, such as 0123; 0123 - is 3-
> digits number.
Does the word "successful" means "consecutive"
or "continuous"?Does it mean that the valid number mustn't
contain two and more than two consecutive zeros (certainly
not in the head)?
For example,101010 is valid,but 101100 and 111000 is not
valid,right?
Victor Re: Thanks.Does it mean... // Problem 1009. K-based Numbers 9 Jan 2002 11:10
> > > So, two successful zeros is zero, and after it another
> > one zero, example: 1001123.
> >   There can't be leader zeros, such as 0123; 0123 - is 3-
> > digits number.
> Does the word "successful" means "consecutive"
> or "continuous"?Does it mean that the valid number mustn't
> contain two and more than two consecutive zeros (certainly
> not in the head)?
> For example,101010 is valid,but 101100 and 111000 is not
> valid,right?
You are certainly right. Pay attention on the task's condition!
in my oppinion the author mistakook successful with successive

Edited by author 27.02.2009 02:14

Edited by author 27.02.2009 02:14
Vladimir Yakovlev (USU) You are right! Misprint was fixed. // Problem 1009. K-based Numbers 27 Feb 2009 03:27