TLE simply means Time Limit Exceeded. This happens because your algorithm took too long to run thus you need to find a way to optimize it.
This link should help you understand (SIGSEGV) https://discuss.codechef.com/t/why-do-i-get-a-sigsegv/1773
TLE simply means Time Limit Exceeded. This happens because your algorithm took too long to run thus you need to find a way to optimize it.
This link should help you understand (SIGSEGV) https://discuss.codechef.com/t/why-do-i-get-a-sigsegv/1773