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