ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1009. K-ичные числа

Показать все сообщения Спрятать все сообщения

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.
Thanks.Does it mean... Huang Yizheng 1 ноя 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?
Re: Thanks.Does it mean... Victor 9 янв 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
You are right! Misprint was fixed. Vladimir Yakovlev (USU) 27 фев 2009 03:27