정답 개수:
54
틀린 개수:
12
실행 실패 개수:
34
bb ab
0
2
acaaa baabc
0
4
addcea beccb
5
7
b abb
런타임 에러 (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:39)
2
b cbb
런타임 에러 (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:39)
2
a bcaa
런타임 에러 (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:39)
3