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

Обсуждение задачи 1220. Stacks

Does it possible to solve this problem in Pascal?
Послано Yu YuanMing 11 сен 2004 20:51
If possible,that is to say you only need less than 400K memory...
but 100000*sizeof(longint)>=400K...
I have solved it in pascal......
Послано Neumann 2 фев 2005 14:11
Now you can get AC using Pascal. Memory bug was fixed. Thanks to the admins (-)
Послано Dmitry 'Diman_YES' Kovalioff 2 фев 2005 15:26
Re: Now you can get AC using Pascal. Memory bug was fixed. Thanks to the admins (-)
Послано UNKNOWN_LAMER 3 фев 2005 12:16
I solved the problem in Pascal now. Be careful: the same solution in Pascal got WA15, and in C++ got Crash8. I fixed the bug, and got 2 AC. Pascal solution eats 8 kb less memory, but working time is the same.