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