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

Обсуждение задачи 1086. Криптография

If your program calculate enough fast for big input and u don't know why you have WA 2, then check it:
Послано IlushaMax 6 апр 2016 01:55
Input can be such as this one:
14000( more than 225) (This problem can be on Pascal where there is byte type)
15000 14999 14888 14777 14666 .... 12313

So you should to change type for variable storing a number of tests)

Edited by author 06.04.2016 02:16
Re: If your program calculate enough fast for big input and u don't know why you have WA 2, then check it:
Послано Leon 31 авг 2016 02:08
Thanks. It seems like test #2 contains 15001 numbers, so you need be careful and create input array of such size.