I was solving the problem [problem:198A] and did a submission [submission:https://codeforces.net/contest/198/submission/8194247910]↵
and got wrong answer on ``case 77 ``↵
I saw someone's submission which was exactly same with the only difference being the handling of the log expression[problem:https://codeforces.net/contest/198/↵
[submission/:81942702]↵
↵
I really cant understand ↵
if I have two ``double a,b``; ↵
how is `` low(a) - log(b) `` different from `` log(a*1.0/b) ``
and got wrong answer on ``case 77 ``↵
I saw someone's submission which was exactly same with the only difference being the handling of the log expression
[submission
if I have two ``double a,b``; ↵
how is `` low(a) - log(b) `` different from `` log(a*1.0/b) ``