정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
5 4 1 5 2 1 2 2 2 3 2 3 4 2 4 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if len(party & truth) == 0: TypeError: unsupported operand type(s) for &: 'list' and 'set'
0
4 3 2 4 1 3 3 1 4 2 4 3 3 3 2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if len(party & truth) == 0: TypeError: unsupported operand type(s) for &: 'list' and 'set'
0
4 4 1 2 2 2 3 2 3 2 2 4 1 2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if len(party & truth) == 0: TypeError: unsupported operand type(s) for &: 'list' and 'set'
2