정답 개수:
43
틀린 개수:
23
실행 실패 개수:
34
aaaa aaaa
2
0
bbcbaba bbc
6
4
aaaaaa aaaaa
3
1
a aaa
런타임 에러 (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:41)
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:41)
3
b bbbbb
런타임 에러 (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)
4