정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
1 -4
-4
2 7 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6f47a5b6cebfc01508d02fcf521ded5c9f45db8b1f1cdce6d17bdec04a15dc59/Main.py", line 7, in <module> num[int(input())]=True ValueError: invalid literal for int() with base 10: '7 8\n'
7 8
3 5 9 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6f47a5b6cebfc01508d02fcf521ded5c9f45db8b1f1cdce6d17bdec04a15dc59/Main.py", line 7, in <module> num[int(input())]=True ValueError: invalid literal for int() with base 10: '5 9 6\n'
5 6 9
3 -2 -2 -2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/6f47a5b6cebfc01508d02fcf521ded5c9f45db8b1f1cdce6d17bdec04a15dc59/Main.py", line 7, in <module> num[int(input())]=True ValueError: invalid literal for int() with base 10: '-2 -2 -2\n'
-2 -2 -2