I was solving the problem 198A - About Bacteria and did a submission [submission:https://codeforces.me/contest/198/submission/81942791] 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.me/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/b)