정답 개수:
21
틀린 개수:
0
실행 실패 개수:
79
2 all check 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> op[1] = 1 <<(int(op[1]) - 1) IndexError: list index out of range
1
2 check 13 all
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> op[1] = 1 <<(int(op[1]) - 1) IndexError: list index out of range
0
2 empty check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> op[1] = 1 <<(int(op[1]) - 1) IndexError: list index out of range
0