정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
14 7 7 8 6 5 3 7 4 7 7 10 6 1 2 답 25
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> line.append(int(sys.stdin.readline())) ValueError: invalid literal for int() with base 10: '7 7 8 6 5 3 7 4 7 7 10 6 1 2\n'
25