Блог пользователя ApaarGulati

Автор ApaarGulati, история, 2 месяца назад, По-английски

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

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
2 месяца назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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

»
2 месяца назад, # |
Rev. 2   Проголосовать: нравится +3 Проголосовать: не нравится

Consider the test case:

BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
BBBBBBBB
RRRRRRRR
Problem in your solution
»
2 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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