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

Автор scribblingcode, 9 лет назад, По-английски

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

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

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

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 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.