정답 개수:
13
틀린 개수:
34
실행 실패 개수:
53
KIJEEGFEF DHKFEHC
3 KEE
3 KFE
Reported LCS is not a valid subsequence of the second input string
DJAJJBEKICG ACEEIFD
3 DE
3 AEI
Reported LCS length: 3, but actual LCS string length: 2
IEJFEEBDAFKKC KHCCBJG
2 J
2 KC
Reported LCS length: 2, but actual LCS string length: 1
HFKJGE BJCAEGG
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 7 at Main.main(Main.java:30)
2 JE
CHHCBC EBFDBEGJ
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 7 at Main.main(Main.java:30)
1 B
BHGCDHKK CEAKBGGH
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9 at Main.main(Main.java:30)
3 BGH