정답 개수:
36
틀린 개수:
26
실행 실패 개수:
38
c bc
0
1
abb abb
2
0
baab abab
2
0
a dab
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 2 out of bounds for char[1] at java.base/java.lang.System.arraycopy(Native Method) at Main.main(Main.java:40)
2
b bcb
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 2 out of bounds for char[1] at java.base/java.lang.System.arraycopy(Native Method) at Main.main(Main.java:40)
2
a aaaa
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 3 out of bounds for char[1] at java.base/java.lang.System.arraycopy(Native Method) at Main.main(Main.java:40)
3