Search found 1 match

by cjtoribio
Wed Apr 20, 2011 10:11 pm
Forum: Volume 101 (10100-10199)
Topic: 10180 - Rope Crisis in Ropeland!
Replies: 39
Views: 27709

Re: 10180 - Rope Crisis in Ropeland !

My code solves every case in this forum and i have epsilon 1e-9 i dont know whats wrong :-? please post more testcases

#include <cstdio>
#include <iostream>
#include <cmath>
#include <cstdlib>
using namespace std;
typedef long long Long;
struct Pt
{
double x,y;
Pt(double a,double b)
{
x = a; y ...

Go to advanced search