정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> b = cycle(a) File "Main.py", line 5, in cycle x10 = x//10 TypeError: unsupported operand type(s) for //: 'str' and 'int'
20
5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> b = cycle(a) File "Main.py", line 5, in cycle x10 = x//10 TypeError: unsupported operand type(s) for //: 'str' and 'int'
3
8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> b = cycle(a) File "Main.py", line 5, in cycle x10 = x//10 TypeError: unsupported operand type(s) for //: 'str' and 'int'
20