정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
5 3 2 1 -3 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 5, in <module> balloons = deque(list(map(int, sys.stdin.readline()[:-1].split(" ")))) ValueError: invalid literal for int() with base 10: '-'
1 4 5 3 2