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

Обсуждение задачи 1177. Сопоставление с шаблоном

Could anybody tell me the answer for these test cases? (+)
Послано shitty.Mishka 19 фев 2002 23:17
Here's the test:

3
'-' like '[a-c]'
'b-b' like '[ba-cb]'
'bbb' like '[ba-cb]'


Could you explain me why can there be more than one '-' in template -
like in the last test in the example:

'U' like '[^a-zA-Z0-9]'

The answer should be YES, I suppose, because template doesn't have a
format '^c1-c2', so we should check wether there's a symbol 'U' among
symbols of string 'a-zA-Z0-9'. Or did I misunderstand the problem?

Here's my code. Could anybody give me a test where it fails?

[deleted by moderator]

Edited by moderator 11.04.2004 01:44
Re: There can be more than one "-" in [ ] (+)
Послано Tran Nam Trung (trungduck@yahoo.com) 20 фев 2002 09:46
>
> [deleted by moderator]

Edited by moderator 11.04.2004 01:45