|
|
back to boardWhy wa on test #7? [code deleted] Edited by moderator 24.11.2019 23:22 Re: Why wa on test #7? Posted by Sridhar 27 Aug 2004 20:45 >> cross:=x1*y2-x2*y1; x1*y2 could exceed the int range! Better do y2/x2-y1/x2 (of course type cast this to double) |
|
|