Search found 1 match

by spork
Fri Dec 26, 2003 11:31 pm
Forum: Volume 1 (100-199)
Topic: 107 - The Cat in the Hat
Replies: 278
Views: 55309

HELP 107 WA

I pass every possible inputs I think. However I still get WA

Could anyone tell me what's wrong?

thanks.

[cpp]#include <iostream>
#include <cmath>
#include <stdlib.h>
using namespace std;

void solve(double,double);
void divs(double,double&,double&);
double gcd(double,double);

int main ...

Go to advanced search