정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 all check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> print(+bool(a&(1<<(num)))) ~^^~~~~~ TypeError: unsupported operand type(s) for <<: 'int' and 'str'
1
4 all all empty check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> print(+bool(a&(1<<(num)))) ~^^~~~~~ TypeError: unsupported operand type(s) for <<: 'int' and 'str'
0
5 empty toggle 5 remove 4 remove 2 check 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> a=a^(1<<num) ~^^~~~ TypeError: unsupported operand type(s) for <<: 'int' and 'str'
0