정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 3 0 2 2 2 2 2 0 1 2
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "3 3" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:668) at java.base/java.lang.Integer.parseInt(Integer.java:786) at Main.main(Main.java:14)
1
4 1 0 0 0 0 0 0 1 2 2 2 0 0 0 0 0 1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "4 1" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:668) at java.base/java.lang.Integer.parseInt(Integer.java:786) at Main.main(Main.java:14)
3
4 3 0 2 1 2 2 2 1 1 2 2 1 1 2 2 1 2
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "4 3" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:668) at java.base/java.lang.Integer.parseInt(Integer.java:786) at Main.main(Main.java:14)
7