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

Обсуждение задачи 1044. Счастливые билеты. Easy!

#include <stdio.h>
int main(){
    int n;
    scanf("%d", &n);
    if (n == 2) {
        printf("10");
        return 0;
    }
    if (n == 4) {
        printf("670");
        return 0;
    }
    if (n == 6) {
        printf("55252");
        return 0;
    }
    printf("4816030");
    return 0;
}
Roma Labish[Lviv NU] Re: interesting solution - it works!!)) [1] // Задача 1044. Счастливые билеты. Easy! 30 янв 2007 23:47
Here is nothing interesting! It's cheating solution. You precalc all variants and nothing else.
I don't think, that this solution is cheating, but it also isn't interesting. Just a simple problem.)
ImranYusubov Re: interesting solution - YES!!! [1] // Задача 1044. Счастливые билеты. Easy! 26 фев 2008 16:47
It is easy to understand why it works but how did you calculate the numbers for 4, 6, 8? With a calculator?!!
jhgkhdlkjsgfsjhfdhkhj Re: interesting solution - YES!!! // Задача 1044. Счастливые билеты. Easy! 1 апр 2008 23:19
In Russian this solution call "Частный случай"
hmm...
[:||||:]
QAFQAZ IMRAN. YUSUBOV Re: interesting solution - it works!!)) [6] // Задача 1044. Счастливые билеты. Easy! 28 окт 2008 11:34
"Частный случай"  you are right!
Every one has a chance to say some thing in mother language...i also saying...
এতে ইজি কিছহু নাই। সব ই কথিন।
Chinese: 卑鄙啊
oho~I found a partner, Chinese man
fuck you chinese
বুকে আসেন ভাই :D @shahed adnan

Edited by author 04.05.2019 21:05

Edited by author 04.05.2019 21:05
This code works but that's not real ans.

Edited by author 16.05.2019 12:10
Well he wrote a programm to calculate the answers first, so this is a solution.
And due to the performace it is the very good solution.
So stop winning and be smart guy.
Thanks for giving test data!! \*^_^*/
Shariar Kabir (Himel) Re: interesting solution - it works!!)) // Задача 1044. Счастливые билеты. Easy! 7 июн 2015 20:33
kill myself