정답 개수:
0
틀린 개수:
5
실행 실패 개수:
5
8 6 6
22
4
25 3 3
44
8
1 83 46
12
2
0 4 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> sys.stdout.write(A[N]) ~~~~~~~~~~~~~~~~^^^^^^ TypeError: write() argument must be str, not int
1
0 72 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> sys.stdout.write(A[N]) ~~~~~~~~~~~~~~~~^^^^^^ TypeError: write() argument must be str, not int
1
7 5 19
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 24, in <module> A[n*Q+q+1]+=A[n] ~^^^^^^^^^ IndexError: list index out of range
3