Search found 2 matches

by DerekG
Mon Apr 18, 2005 3:03 am
Forum: Volume 5 (500-599)
Topic: 530 - Binomial Showdown
Replies: 137
Views: 49049

i tried that, changing as much to long double as i could wihle still having it work and that still failed... any other ideas? my code works perfectly on my stuff, does my readin look ok for how they run their test cases? any idea how large there test cases go i thought this was supposed to fit into ...
by DerekG
Mon Apr 18, 2005 12:28 am
Forum: Volume 5 (500-599)
Topic: 530 - Binomial Showdown
Replies: 137
Views: 49049

530 WA

can anyone please help me on this my code works fine on my machine .. maybe im misunderstanding something but any help is appreciated Thx.

#include <cstdlib>
#include <iostream>
#include <math.h>

using namespace std;
int factorial(int n);
int gcd(int a, int b);
int main(int argc, char *argv ...

Go to advanced search