정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
10 70 10 50 70
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print(int(sum(arr)/len(arr)), arr[int(len(arr))], sep = '\n') IndexError: list index out of range
42 50
10 60 10 30 70
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print(int(sum(arr)/len(arr)), arr[int(len(arr))], sep = '\n') IndexError: list index out of range
36 30
20 80 40 10 80
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print(int(sum(arr)/len(arr)), arr[int(len(arr))], sep = '\n') IndexError: list index out of range
46 40