정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 3 2 1 84 2 73 1 2 28 2 1 56 2 99
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "2 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:15)
312
3 3 3 1 32 2 61 3 80 3 1 25 2 37 3 56 3 1 98 2 44 3 28
런타임 에러 (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:15)
343
1 29 1 1 26 1 1 98 1 1 8 1 1 78 1 1 50 1 1 84 1 1 57 1 1 44 1 1 23 1 1 9 1 1 22 1 1 25 1 1 13 1 1 5 1 1 62 1 1 51 1 1 56 1 1 63 1 1 21 1 1 26 1 1 31 1 1 87 1 1 50 1 1 85 1 1 68 1 1 73 1 1 99 1 1 40 1 1 64
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "1 29" 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:15)
825