정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
1 15 13 15
-1
1
5 6 17 10 10 10 9 8
런타임 에러 (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: '10 10 10 9 8'
6
8 3 19 18 16 14 12 11 8 8 5
런타임 에러 (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: '18 16 14 12 11 8 8 5'
9
8 22 15 27 22 21 16 10 5 1 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: '27 22 21 16 10 5 1 0'
2