ApaarGulati's blog

By ApaarGulati, history, 8 days ago, In English

hi. i was solving 1742C - Stripes. 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

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
8 days ago, # |
  Vote: I like it +1 Vote: I do not like it

Auto comment: topic has been updated by ApaarGulati (previous revision, new revision, compare).

»
8 days ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

Consider the test case:

BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
RRRRRRRR
Problem in your solution
»
8 days ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    7 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    even i was trying to find someway. there is a blog on atcoder for atcoder problems but i can't find one for CF.

    • »
      »
      »
      7 days ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      ok thank u for the info