정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
2 empty check 13
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 14, in <module> if (a & (1<<a[1])) != 0: TypeError: unsupported operand type(s) for &: 'list' and 'int'
0
3 remove 14 all check 13
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 12, in <module> a= a & ~(1<<a[1]) TypeError: unsupported operand type(s) for &: 'list' and 'int'
1
4 empty toggle 5 empty check 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 19, in <module> a = a^(1<<a[1]) TypeError: unsupported operand type(s) for ^: 'list' and 'int'
0