scribblingcode's blog

By scribblingcode, 9 years ago, In English

My code is giving a run time error on test case #6. Neither is the error being displayed nor is the test case at which it is failing. It runs fine for all cases on my system.

Here is my Java submission: 10398160 1B - Spreadsheet

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it +1 Vote: I do not like it

I am having the same issue. It tells me the problem is with input string "X251" but when I try it on my system it works fine

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

are you initializing the variables every time you read a new string? It solved my problem with the outputs, but i still have a problem with tle.