Whats wrong in this code-murthal paranthas

Hi @utsavjn48

In line 22 change the sign from > to >= because we can also return true when paranthas==p. Then your code should work just fine.

Hope it Helps.