https://ide.codingblocks.com/s/52643
This is the link to my code.
It is failing test case #1.
I am not able to understand how?
Piyush and magical Park - test case #1
Hey, check your code for this case
input:
4 4 5 10
. . . .
. # . .
* * * *
* # * *
your code’s output is : yes
but the expected output is : No