Hi,
regarding problem B from this contest, my solution using double gets TLE and the same solution using long double gets AC, anyone has any idea why?
You can use this test case in custom invocation to confirm that the solution using long double is indeed twice faster.