정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
11 0 11 9 7 7 5 5 4 3 3 2 2 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> prev[i] = int(input()) ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '9 7 7 5 5 4 3 3 2 2 0'
-1
12 24 12 28 27 24 22 21 20 18 9 8 6 5 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> prev[i] = int(input()) ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '28 27 24 22 21 20 18 9 8 6 5 0'
3
15 21 15 17 13 12 11 8 7 7 7 5 2 1 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> prev[i] = int(input()) ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '17 13 12 11 8 7 7 7 5 2 1 0 0 0 0'
1