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

Обсуждение задачи 1732. Министерство правды

O(N^2) algorithm is sufficient
Послано Nike (Vologda ML) 21 май 2013 17:36
For example solution number 4974296 time is 0.75. This solution does not use either Z-function or KMP, just std::string::find.

Admins, is it intended solution complexity for this problem or time limit should be decreased to for example 0.5 s?
Re: O(N^2) algorithm is sufficient
Послано marqueewinq@mipt 23 окт 2013 03:15
I have tried to solve this problem, using std::find and string, but failed with TL#5.
Can you please explain your idea to me?

My e-mail is: marqueewinq@gmail.com