Google-Developer-Student-Club-CCOEW / Competitive-Coding

7 stars 52 forks source link

Create Que_19_#32 #104

Closed ManasiGDeshmukh closed 1 year ago

ManasiGDeshmukh commented 1 year ago

Solution for Question 19 #32 in java lang @komalvhanmane

ManasiGDeshmukh commented 1 year ago

@komalvhanmane Sent to final solution

komalvhanmane commented 1 year ago

@ManasiGDeshmukh Code is not working properly its going in infinite loop..(runtime error) check and then update :)

ManasiGDeshmukh commented 1 year ago

@komalvhanmane It is running properly on my laptop.... please see if I need to make any changes in input style.... attaching a screenshot

image
komalvhanmane commented 1 year ago

@ManasiGDeshmukh Once try pasteing this input directly instead of giving one by one.

3 2 iioo oooi iiii oooi 1 io oo 2 oioi ioio oioi ioio Because there is problem while taking input. in online editor the code output is Runtime error So try to see what exactly happening while taking input.

ManasiGDeshmukh commented 1 year ago

@komalvhanmane updated.... can now copy paste input

komalvhanmane commented 1 year ago

@ManasiGDeshmukh only sample test cases are getting passed . Try to cover some edge cases . Internal test cases are not getting passed.