정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
1000000 1000000 999999 999998 999997 999996 999995 999994 999993 999992 999991 999990 999989 999988 999987 999986 999985 999984 999983 999982 999981 999980 999979 999978 999977 999976 999975 999974 999973 999972 999971 999970(...truncated, total 6888903 characters, 1000001 lines)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32(...truncated, total 6880704 characters, 998830 lines)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32(...truncated, total 6888895 characters, 1000000 lines)
1 -4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:int(data[0])+1])) ~~~~^^^ IndexError: list index out of range
-4
3 7 10 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:int(data[0])+1])) ~~~~^^^ IndexError: list index out of range
0 7 10
5 0 1 8 -10 -5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> nums = list(map(int, data[1:int(data[0])+1])) ~~~~^^^ IndexError: list index out of range
-10 -5 0 1 8