정답 개수:
40
틀린 개수:
23
실행 실패 개수:
37
aaaa aaaa
2
0
ccbb bcbc
2
0
abbbba abbab
3
1
a aaaaa
런타임 에러 (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)
4
c dcbee
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 4 out of bounds for char[1] at java.base/java.lang.System.arraycopy(Native Method) at Main.main(Main.java:40)
4
b baabb
런타임 에러 (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)
4