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

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

Hi, I was trying to solve 1394A - Boboniu Chats with Du. I think my solution is correct as it is working fine in most of Test-cases but in the Test Case 7 its giving Runtime Error. I tried different things but i am not able to know what is wrong in my code. Submission Link : 172417406

Can you please tell me where i am doing wrong.

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

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

In the while loop add this condition j < s.size() along with days > 0