정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
2 7 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> L=sorted([int(input()) for _ in range(n)]) TypeError: 'str' object cannot be interpreted as an integer
7 7
3 3 1 -10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> L=sorted([int(input()) for _ in range(n)]) TypeError: 'str' object cannot be interpreted as an integer
-10 1 3
6 8 -5 9 9 3 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 3, in <module> L=sorted([int(input()) for _ in range(n)]) TypeError: 'str' object cannot be interpreted as an integer
-5 3 4 8 9 9