정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 -10 -6
런타임 에러 (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: '-10 -6'
-10 -6
3 -8 3 6
런타임 에러 (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 3 6'
-8 3 6
4 0 8 3 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: '0 8 3 5'
0 3 5 8