정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> seq = [int(input()) for _ in range(n)] TypeError: 'type' object cannot be interpreted as an integer
+ - + -
2 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> seq = [int(input()) for _ in range(n)] TypeError: 'type' object cannot be interpreted as an integer
+ + - -
5 5 3 2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> seq = [int(input()) for _ in range(n)] TypeError: 'type' object cannot be interpreted as an integer
NO