정답 개수:
1
틀린 개수:
6
실행 실패 개수:
13
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 front
-1 -1
-1
2 back pop_back
-1 -1 0 1 -1 -1
-1 -1
5 front pop_back size push_front 249 push_front 413
-1 -1 -1 0 1 -1 -1 0 1 -1 -1 249 249 0 1 -1 -1 413 413 0 1 -1 -1
-1 -1 0
4 push_back 500 empty size empty
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 10000 at Main.main(Main.java:21)
0 1 0
3 push_back 203 push_back 623 push_back 711
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 10000 at Main.main(Main.java:21)
5 push_back 136 push_front 17 size push_front 201 front
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 10000 at Main.main(Main.java:21)
2 201