|
|
вернуться в форумI think I have WA #16 because of something else but can someone please tell me the precision needed to solve this task? CONST EPS = 1E-10; INF = 1E20; TYPE Float = Double; ..... I'm using such precision, but I still have WA #24. Can somebody tell my the possible reason of this WA? |
|
|