HI , I am keep on getting TLE.
I am using BufferedReader for Input reading ,and I do not use any nested loops in my program, even when iterating from 0 to 10^4 once(which generates the correct ans), the system says TLE.
Can anyone please give me some tips on how to avoid TLE, and any common mistakes that a begginer like me might overlook.
Thanks (using Java)