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

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

VERY Important HIINT for C++ solvers.
Послано 198808xc 19 авг 2008 14:34
When reading the input, like this:

char *Input;
cin.getline(...);

the chars with ASCII code larger than 127 will become negative integers, for example, if the ASCII code is SUPPOSED to be 160, it will turn out to be 160-128.

Fix this trick, and you will get AC.

One more, this article will help you VERY MUCH if you don't really understand the problem statements.

http://acm.timus.ru/forum/thread.aspx?space=1&num=1177&id=10577&upd=632900666745579610

(It can be found just on the BOARD.)

GOOD LUCK~
Re: VERY Important HIINT for C++ solvers.
Послано kostan3 8 окт 2013 21:28
please give me source kostan3@spaces.ru