정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 toggle 6 check 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> for _ in range(int(input())): ValueError: invalid literal for int() with base 10: 'toggle 6\n'
0
3 add 2 all check 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> for _ in range(int(input())): ValueError: invalid literal for int() with base 10: 'add 2\n'
1
3 check 8 remove 8 remove 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> for _ in range(int(input())): ValueError: invalid literal for int() with base 10: 'check 8\n'
0