정답 개수:
3
틀린 개수:
16
실행 실패 개수:
21
ADIAIBC HHHDEC
2 D
2 DC
Reported LCS length: 2, but actual LCS string length: 1
FDKIIEDHBKEI HKJIKI
4 KII
4 KIKI
Reported LCS length: 4, but actual LCS string length: 3
HJIJDJEJBIDI JDICGFC
3 JI
3 JDI
Reported LCS length: 3, but actual LCS string length: 2
BIKBCGDAC JHEEGCIGGI
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 10 out of bounds for length 10 at Main.main(Main.java:30)
2 GC
GJCDCG HHBFDADKCCADG
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 7 out of bounds for length 7 at Main.main(Main.java:30)
3 DCG
CDAKACHEC DIDGIGDBJBJ
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 10 out of bounds for length 10 at Main.main(Main.java:30)
1 D