hi. i was solving 1742C - Полосы. my code was 269508031.it seems to be running fine on all test cases which i was testing manually but on CF, 1st test was fine but the 2nd test gave error on test case 10. Unfortunately, i am not able to find what the error was as the the test case is not visible.
Please suggest what i should do?? (i am a beginner and only know python)
edit: i have debugged the code multiple times, still cant find any errors
Auto comment: topic has been updated by ApaarGulati (previous revision, new revision, compare).
Consider the test case:
Read the question properly. The question mentions blue stripes are always vertical (along the columns) and red stripes are always horizontal (along the rows). In your solution, when you are going through the rows, you check for blue stripes as well. Similarly, when you are going through the columns, you check for red stripes as well. Check out 269516540.
oh ok thanks a lot.
is there any way we can see all the test cases bcz if the no. of test cases is too long we aren't able to see larger test cases
even i was trying to find someway. there is a blog on atcoder for atcoder problems but i can't find one for CF.
ok thank u for the info