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!!))
Here is nothing interesting! It's cheating solution. You precalc all variants and nothing else.
Re: interesting solution - it works!!))
I don't think, that this solution is cheating, but it also isn't interesting. Just a simple problem.)
Re: interesting solution - YES!!!
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!!!
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!!))
"Частный случай" you are right!
Re: interesting solution - it works!!))
Every one has a chance to say some thing in mother language...i also saying...
এতে ইজি কিছহু নাই। সব ই কথিন।
Re: interesting solution - it works!!))
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!!))
Chinese: 卑鄙啊
Re: interesting solution - it works!!))
oho~I found a partner, Chinese man
Re: interesting solution - it works!!))
Thanks for giving test data!! \*^_^*/
Re: interesting solution - it works!!))
kill myself
Re: interesting solution - it works!!))
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!!))
This code works but that's not real ans.
Edited by author 16.05.2019 12:10