Giving runtime error

problem :https://online.codingblocks.com/player/11536/content/4932?s=1615
code: https://ide.codingblocks.com/s/49712

'Hy Gaurav, this problem’s link is not accessible can you please mention the problem’s exact name here.

it is problem of counting sort

https://hack.codingblocks.com/contests/c/52/437

Hy Gaurav, check the constraints mentioned in the problem carefully, you are supposed to take the data type as long int instead of int for large numbers.

https://ide.codingblocks.com/s/49823
still not working

help me here please…

Hey Gaurav, do check the constraints mentioned in the problem carefully, it is given that 1<=N<=10^6 and in your code you are making the array of size 100 only.