Hola amigos, I was trying to solve this ternary search problem -> 782B - The Meeting Place Cannot Be Changed and when I am using a for loop till 100 for calculating the answer I am getting accepted -> 250509099
But when I am using r-l<eps, then I am getting TLE -> 250509364 Please help
test for eps = 2e-6
I got your point , it worked for the eps should be less 1e-6 so I tried for 9e-7 and it worked.
But what I'm not getting is will the time complexity be affected so much i use eps = 1e-7 that it gets TLE and time difference becomes from 46ms to TLE??
it's floating point bullshit don't worry about it
Thanks :)