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

Общий форум

To admins: uncorrect 1423
Послано Alexander Kouprin 19 фев 2007 01:48
Dear admins!
Your condition is wrong!!!

In line "result" I read:
if problem has some solutions, you can write any of its.
BUT! On test 2 I get WA!
In test

7
abcdefg
abcdefg

I can write not only 0, 7 is true answer too.
So?
Re: To admins: uncorrect 1423
Послано [SPbSU ITMO] WiNGeR 19 фев 2007 04:14
Quote:
'The Second Programmer executed X (0<=X<N) successive cycle shifts (a cycle shift is a transfer of the last character of the string to the beginning of this string) with this string'

X must be less than N, so your answer is incorrect