정답 개수:
1
틀린 개수:
0
실행 실패 개수:
11
1 -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]))) ValueError: invalid literal for int() with base 10: '-'
1
1 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 9, in <module> num = nums.popleft() IndexError: pop from an empty deque
1
4 -8 4 9 -5
런타임 에러 (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]))) ValueError: invalid literal for int() with base 10: '-'
1 3 4 2