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

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

I get AC with 0.109s 692k
Послано onealwj 16 авг 2012 16:28
I use a block of continuous memory, divide the memory into Block(50 int).and each last one of Block is used to store the block number of previous Block in a same stack.moreover,I use two arrays to identify whether the Block is free and  to store offset in a Block respectively.Finally, I use an array[1000] to store the number of Block are being used in a stack.
Re: I get AC with 0.109s 692k
Послано Ayman Abbas 16 май 2014 13:36


Edited by author 16.05.2014 13:38