정답 개수:
3
틀린 개수:
24
실행 실패 개수:
13
ba a
2
1
abab b
4
3
ac acb
0
1
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:31)
3
c cceaa
런타임 에러 (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:30)
4
ed dceb
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 3 out of bounds for char[2] at java.base/java.lang.System.arraycopy(Native Method) at Main.main(Main.java:30)
2