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

Обсуждение задачи 1423. Басня о строке

I have WA#2. Cann't understand why! I use AnsiString in Pascal!
Послано Alexey 12 июн 2006 21:31
Please, help!

Thanks.
Re: I have WA#2. Cann't understand why! I use AnsiString in Pascal!
Послано Petr 14 июн 2006 18:04
I have WA8 and I can't understand my mistake as you. But I understand your mistake.
Input:
6
ababab
ababab
Output:
0

Edited by author 14.06.2006 18:04
Re: I have WA#2. Cann't understand why! I use AnsiString in Pascal!
Послано Alexey 14 июн 2006 18:58
Thanks!
But now I have TLE#8!!!
I have O(n) algo! Why TLE?
Re: I have WA#2. Cann't understand why! I use AnsiString in Pascal!
Послано Kirill Voronin 14 июн 2006 19:31
Hi!

I have the same problems.

First, WA#2 then TLE#8.

Have you solved this problem?

Thanks.
Re: I have WA#2. Cann't understand why! I use AnsiString in Pascal!
Послано Petr 15 июн 2006 11:07
I understand my mistake, so i have TLE8 now. O(N)algo.
50% of working time my program only read from input file.
Can anybody help plz? How quickly read lines in pascal?
What's wrong with test#8?
Послано Alexey 15 июн 2006 12:02