정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 -3 9 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:data[0]+1])) ~~~~^^^ IndexError: list index out of range
-3 2 9
3 9 8 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:data[0]+1])) ~~~~^^^ IndexError: list index out of range
-1 8 9
5 -10 -4 0 5 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:data[0]+1])) ~~~~^^^ IndexError: list index out of range
-10 -4 0 5 6