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

Обсуждение задачи 1347. Блог

WA#7
Послано ftc 23 июл 2006 00:53
I have WA on test #7. I read about thing that blogger is not friend of himself. My program gives correct answer in this case.

There is a phrase in the statement, that we need to sort list alphabetically. So i have a question. if the list has three items "A" "a" and "_" which order we need to output?

Could somebody help me?

Thanks beforehand.
Test for you
Послано Walrus 11 сен 2006 18:17
Input:
3
a
<blog>
<friend>c</friend>
</blog>
b
<blog>
<friend>b</friend>
</blog>
c
<blog></blog>

Output:
a
1: c
2:
3:

b
1:
2:
3:

c
1:
2: a
3:
Re: Test for you
Послано ftc 16 окт 2006 19:26
My program passes this test, so I think bug is somewhere else. But in any case, thanks.