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

Обсуждение задачи 1307. Архиватор

I made everything, but still Wa 1.
Послано -XraY- 13 окт 2012 22:11
There is my code. My stress works fine. The size of output program is something near 4/5 * length bytes.
Using gets, all endl are written as '@'. There is an assert, that i haven't forgotten some symbols. Please, help!
http://pastebin.com/WnQvat6g
Re: I made everything, but still Wa 1.
Послано -XraY- 14 окт 2012 01:35
I suggest I got CE because of too long strings.)
Stupid compiler:)
Re: I made everything, but still Wa 1.
Послано -XraY- 16 окт 2012 01:51
I got AC)
I have some question: why symbols '[', ']' and '~' are included in the texts?

It's not clear from the statement, but I checked: output of your program (program, that prints input and has little size)  may have size more than 64kb (all programs have some restrictions to the size in bytes).