Help me out with this problem--PRIME1 -- >prime generator -->run time error(SIGSEGV)

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

2 Likes