I don’t know if this exactly is against the guidelines, since the contest is over, please help as to why this is TLE, its a O(1) solution, what’s there to TLE. I’ve matched input for test case and two numbers. Output the value, worked and tested in my local setup.
@default619 @parag_619 endl is much slower than ‘\n’, there are many problems which will give you tle when you will use endl , it is highly recommended to use ‘\n’ , In today contest also many people got tle on problem REALBIN due to this .