Search found 3 matches

by mahfuz05
Sat Apr 21, 2007 6:48 pm
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37358

why i got WA

i try all possible input its ok but i got WA.

here is my code:

#include<stdio.h>
#include<math.h>

char sign( double x)
{
return (x<=0)?'-':'+';
}
int main()
{
double a,b,c,d,m,n,x,y,r,i,j,k,l,o;
while(scanf("%lf%lf%lf%lf%lf%lf",&a,&b,&c,&d,&m,&n)==6)
{
i=(((2*b-2*d)*(c*c+d*d-m*m-n*n))-((a ...
by mahfuz05
Sun Apr 15, 2007 3:39 pm
Forum: Volume 100 (10000-10099)
Topic: 10035 - Primary Arithmetic
Replies: 328
Views: 101927

thanks spykaj i got ac.



.......******* CODE REMOVED******...........
by mahfuz05
Fri Mar 30, 2007 6:48 am
Forum: Volume 100 (10000-10099)
Topic: 10079 - Pizza Cutting
Replies: 44
Views: 17040

10079_WA

thanks ........

code removed............***********.........

Go to advanced search