unexpected runtime error in 777D

Revision en1, by Riyuzak251097, 2020-05-08 04:30:45

I was solving Problem 777D .. i had submitted my code for the problem but it gives runtime error for test case 5. The error occurs in case the input has only 1 string.. i handled the case for n = 1 and it worked. But still curious to find why my initial code did not work and gave a runtime error as when i ran test case 5 on my local machine and on online ide's they did not show runtime error.

Tags #runtime, #strings

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Riyuzak251097 2020-05-08 04:30:45 595 Initial revision (published)