정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 8 -7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> a=list(map(int,sys.stdin.read().splitlines())) ValueError: invalid literal for int() with base 10: '8 -7'
-7 8
3 -2 -10 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> a=list(map(int,sys.stdin.read().splitlines())) ValueError: invalid literal for int() with base 10: '-2 -10 3'
-10 -2 3
4 1 -6 7 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> a=list(map(int,sys.stdin.read().splitlines())) ValueError: invalid literal for int() with base 10: '1 -6 7 5'
-6 1 5 7