정답 개수:
2
틀린 개수:
0
실행 실패 개수:
28
2 -5 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <module> l=[int(input())for i in range(int(input()))] File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <listcomp> l=[int(input())for i in range(int(input()))] ValueError: invalid literal for int() with base 10: '-5 2\n'
-5 2
2 -5 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <module> l=[int(input())for i in range(int(input()))] File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <listcomp> l=[int(input())for i in range(int(input()))] ValueError: invalid literal for int() with base 10: '-5 1\n'
-5 1
2 5 -7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <module> l=[int(input())for i in range(int(input()))] File "/tmp/compile/319844cdb0fe9602fc3b6e74d48d9c38f51e142b624c9692c7c632cdee64dca1/Main.py", line 30, in <listcomp> l=[int(input())for i in range(int(input()))] ValueError: invalid literal for int() with base 10: '5 -7\n'
-7 5