정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 3825
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> print(scores[-1]) IndexError: list index out of range
3825
2 2 8929 770
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> scores = [int(input()) for _ in range(n)] File "Main.py", line 3, in <listcomp> scores = [int(input()) for _ in range(n)] ValueError: invalid literal for int() with base 10: '8929 770'
770
6 2 1812 10000 4341 37 1904 6215
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> scores = [int(input()) for _ in range(n)] File "Main.py", line 3, in <listcomp> scores = [int(input()) for _ in range(n)] ValueError: invalid literal for int() with base 10: '1812 10000 4341 37 1904 6215'
6215