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

Обсуждение задачи 1353. Миллиардная Функция Васи

It's very easy to overcome TLE.
Послано balandini 23 июн 2012 19:51
If you have program which gives right answer for the problem, but it's too slow and gets TLE, then you may just calculate answers for every possible input(there are only 81 possible variants of input, so you can calculate them all) and then create another program: put array of 81 possible answers in this program and them just read s from input and write in output corresponding answer from the array.
I had made such program and it got AC.
Re: It's very easy to overcome TLE.
Послано keepwalking 27 янв 2013 17:19
That's cheating!
Re: It's very easy to overcome TLE.
Послано Mr.Creative 25 фев 2018 04:48
In this case what is the use solving this problem.

Edited by author 25.02.2018 04:48

Edited by author 25.02.2018 04:49

Edited by author 25.02.2018 04:49

Edited by author 25.02.2018 04:49
Re: It's very easy to overcome TLE.
Послано Mr.Creative 25 фев 2018 04:49
In this case what is the use solving this problem.