Invincible_2802's blog

By Invincible_2802, history, 4 years ago, In English

I have written my code currectly but am not able to find why it is giving me Memory Limit Exceeded error on submission. Can anyone help me to find out the error in my code? Link to Code 135174933

Tags mle
  • Vote: I like it
  • -6
  • Vote: I do not like it

| Write comment?
»
4 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Because sometimes in the loop while(s!=asc), s never becomes equal to asc and the loop never stops.