정답 개수:
23
틀린 개수:
0
실행 실패 개수:
77
2 all check 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> command, x = input().split() ValueError: not enough values to unpack (expected 2, got 1)
1
2 check 3 all
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> command, x = input().split() ValueError: not enough values to unpack (expected 2, got 1)
0
3 all add 9 check 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> command, x = input().split() ValueError: not enough values to unpack (expected 2, got 1)
1