Search found 1 match

by Isaac
Thu Sep 08, 2005 9:43 pm
Forum: Volume 1 (100-199)
Topic: 190 - Circle Through Three Points
Replies: 126
Views: 37583

Re: still confuse

well.. thank you for your answer
and i have tried your advice
but i still got WA
this is my program and may be you can tell me why i got WA :D

...

int main()
{
while (!feof(stdin)) {
fscanf(stdin,"%f %f %f %f %f %f",&x[0],&y[0],&x[1],&y[1],&x[2],&y[2]);
hitung();
output();
printf("\n\n ...

Go to advanced search