정답 개수:
48
틀린 개수:
37
실행 실패 개수:
15
2 2 1
NO
+ + - -
3 2 3 1
NO
+ + - + - -
3 3 2 1
NO
+ + + - - -
2 1 2
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Deque.peekLast()" is null at Main.main(Main.java:21)
+ - + -
3 1 2 3
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Deque.peekLast()" is null at Main.main(Main.java:21)
+ - + - + -
3 1 3 2
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Deque.peekLast()" is null at Main.main(Main.java:21)
+ - + + - -