rahulnagurtha's blog

By rahulnagurtha, history, 8 years ago, In English

This blog post is a continuation of this question. I want to know the chances of getting segmentation fault when accessing out-of-bound array element. Does the chances depend on whether the array is allocated on stack or heap ? Thanks.

Full text and comments »

  • Vote: I like it
  • +6
  • Vote: I do not like it

By rahulnagurtha, history, 8 years ago, In English

While I was solving this question during virtual contest, this submission gave me Memory Limit Exceeded verdict, when I changed the code slightly (I just made "vector" ans a global vector) it was accepted, here is the accepted version. The point to observe here is that "vector ans" is of size 193 only, which is very small to cross the given memory limits. I couldn't figure out what is wrong with my code. Any help is appreciated.

Full text and comments »

  • Vote: I like it
  • +3
  • Vote: I do not like it

By rahulnagurtha, history, 9 years ago, In English

I have tried solving this http://www.codechef.com/problems/CHEFD/ problem using sqrt decomposition technique,but im getting AC for some cases and wrong answer for some cases......Can anyone discuss your idea using sqrt decomposition method for this problem,thanks......

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it