|
|
back to boardwa #9 (+) I have only ONE division and no sqrt's, no rotates! what's wrong? Re: wa #9 (+) Posted by OpenGL 10 Apr 2009 12:56 Try rewrite program on pascal with extended. I got wa9 on C++ too, but on pascal same algo got AC Edited by author 10.04.2009 12:56 Re: wa #9 (+) ok, i'll try. but why? i used long double, is that correct? Re: wa #9 (+) damn, AC! thanks :) Re: wa #9 (+) Posted by OpenGL 10 Apr 2009 19:20 sizeof (long double)=sizeof (double) Re: i've got it, thanks (-) Try to swap(x1,x2) and swap(y1,y2). This change gave me AC. Re: wa #9 (+) thanks, it's really weird..... |
|
|