CUSS IT Fiesta 2024 Inter University Programming Contest Preliminary

Schedule

The contest will start on 2024-07-04T13:40:00Z and will run for 3 hours 30 minutes.

Click here to learn more about this contest.

Problem F: I think in test dataset there is character other than ‘*’ and ‘h’.
WA code :
449172331_1172198847319438_1812258468821177587_n

But, if I change the condition to s[i][j] != ‘h’ then it gives AC.

Please check your test cases and solutions to the problem properly before using them in the contest.

There were issues in some test cases of problem F and problem A.