정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 4 1 3 92 3 1 59 2 53 3 94 3 1 15 3 56 4 47 3 1 69 3 21 4 25
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "4 4" 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:11)
376
4 5 3 1 47 2 74 4 1 2 2 61 3 23 4 1 48 2 80 3 95 4 69 4 1 59 2 48 3 32 4 24 1 2 50
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "4 5" 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:11)
475
2 13 2 1 32 2 33 2 1 75 2 28 2 1 33 2 65 1 2 35 1 1 45 2 1 90 2 60 1 1 14 1 1 31 2 1 58 2 49 1 1 57 2 1 85 2 64 1 1 57 1 2 83
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NumberFormatException: For input string: "2 13" 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:11)
664