|
|
вернуться в форумI am solving this problem with recursion. I divide square into 4 peaces and recurse on them, if they are in circle. so on... but I got Wrong Answer on 7 test. can you send me sophisticated tests. and tell me your algorith too. simple formula... like this:2R^2*arctg((L^2-2R^2)/(L*sqrt(4R^2-L^2)))+L*sqrt(4*R^2-L^2) well, this is only for when they intersect, else there is pi*r^2 or L^2 Thanks I'll look at this formula where did you get this formula. I wonna get THis Book simple formula... like this:2R^2*arctg((L^2-2R^2)/(L*sqrt(4R^2-L^2)))+L*sqrt(4*R^2-L^2) well, this is only for when they intersect, else there is pi*r^2 or L^2 I deducted that formula :) Imagine that! You are very intelligent men It is not too hard to get this formula by drawing a circle inside a rectangle on paper and thinking about it little I got wrong 7 test like you. Now I got AC. You must give value of pi equal 3.1415926535. I think it will AC. |
|
|