ACM-Solutions icon indicating copy to clipboard operation
ACM-Solutions copied to clipboard

Bug in the solution of LightOJ 1347

Open SMAN2901 opened this issue 5 years ago • 0 comments

Your solution for LightOJ 1347 is giving wrong output for some cases. For example: 1 aaaaac caddcb cdbb Your code prints 0 for this input, but the answer should be 1. Maybe judge dataset is weak.

SMAN2901 avatar Sep 11 '19 13:09 SMAN2901