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

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

I asking only for little hint.
Послано cypherq 20 мар 2010 21:41
Can you give me any hints, how to do this prog at least in minimally optimal way? I want to do this program alone, but without any hints a feel I will give up.
a hint
Послано † Ленин † [Yaroslavl SU] 21 мар 2010 05:55
You should use DP (Dynamic Programming) for calculating results for different Summs and Number length.
But its better to use 2 tables.
But its another hint. =)
Re: a hint
Послано Kolyanich 25 дек 2010 06:25
I didn't use DP at all and got AC in 0.14 sec.
The only hint you should take into account is:

The number of different permutations of n objects, where there are n1 indistinguishable objects of style 1, n2 indistinguishable objects of style 2, ..., and nk indistinguishable objects of style k, is

n!/ (n1! * n2! * ... nk!);

(c) regentsprep.org