Search found 1 match

by raygunx
Fri Sep 01, 2006 4:56 pm
Forum: Volume 1 (100-199)
Topic: 191 - Intersection
Replies: 103
Views: 33472

191 WA please help me.......

I test many groups of I/O but I still get WA in this problem.
Why? (under this line is my code.)


#include<iostream.h>


int main()
{
int n;
double x1,y1,x2,y2;
double sqx1,sqy1,sqx2,sqy2,temp;
double a,b;
double sx,sy,sxx,syy;
cin>>n;
while(n--)
{
cin>>x1>>y1>>x2>>y2>>sqx1>>sqy1>>sqx2 ...

Go to advanced search