Search found 1 match

by lalalalalala
Tue Mar 04, 2008 2:38 am
Forum: Volume 113 (11300-11399)
Topic: 11355 - Cool Points
Replies: 8
Views: 5403

I'm getting WA.
Can anyone tell me what I'm doing wrong.
It gives the right answer for all test cases that were posted.
Thanks,



#include <iostream>
#include <cstdio>
#include <map>
#include <cmath>
using namespace std;
#define FOR(i,a,b) for(int i=(a);i<(b);i++)

long double calc(int x,int y ...

Go to advanced search