ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1044. Lucky Tickets. Easy!

interesting solution - it works!!))
Posted by Eternal 30 Jan 2007 22:16
#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;
}
Re: interesting solution - it works!!))
Posted by Roma Labish[Lviv NU] 30 Jan 2007 23:47
Here is nothing interesting! It's cheating solution. You precalc all variants and nothing else.
Re: interesting solution - it works!!))
Posted by AlexF [USTU] 30 Jan 2007 23:57
I don't think, that this solution is cheating, but it also isn't interesting. Just a simple problem.)
Re: interesting solution - YES!!!
Posted by ImranYusubov 26 Feb 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?!!
Re: interesting solution - YES!!!
Posted by jhgkhdlkjsgfsjhfdhkhj 1 Apr 2008 23:19
In Russian this solution call "Частный случай"
Re: interesting solution - it works!!))
Posted by a][c 3 Sep 2008 18:26
hmm...
[:||||:]
Re: interesting solution - it works!!))
Posted by QAFQAZ IMRAN. YUSUBOV 28 Oct 2008 11:34
"Частный случай"  you are right!
Re: interesting solution - it works!!))
Posted by shahed adnan 15 Feb 2011 21:48
Every one has a chance to say some thing in mother language...i also saying...
এতে ইজি কিছহু নাই। সব ই কথিন।
Re: interesting solution - it works!!))
Posted by ONU_Latysh 7 Jan 2012 18:18
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.
Re: interesting solution - it works!!))
Posted by staticor 24 Jun 2013 19:18
Chinese: 卑鄙啊
Re: interesting solution - it works!!))
Posted by kezhenxu 20 Jun 2014 12:23
oho~I found a partner, Chinese man
Re: interesting solution - it works!!))
Posted by kezhenxu 20 Jun 2014 12:24
Thanks for giving test data!! \*^_^*/
Re: interesting solution - it works!!))
Posted by Shariar Kabir (Himel) 7 Jun 2015 20:33
kill myself
Re: interesting solution - it works!!))
Posted by xuantung 11 Dec 2015 22:18
fuck you chinese
Re: interesting solution - it works!!))
Posted by gerila 4 May 2019 21:04
বুকে আসেন ভাই :D @shahed adnan

Edited by author 04.05.2019 21:05

Edited by author 04.05.2019 21:05
Re: interesting solution - it works!!))
Posted by Shahriar Siddique 16 May 2019 12:08
This code works but that's not real ans.

Edited by author 16.05.2019 12:10