TLE IN IN A PROBLEM

can anyone help me how to remove TLE SIGKILL??

1 Like

TLE means time limit exceeded. Your program is not fast enough. To solve this, you need to do optimizations and see if the same algorithm that you use gets accepted or you need to change th algorithm itself.