정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
2773 38
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 9, in <module> for i in range(int(n_list[ii]/2)): #입력한 숫자의 반절까지 확인 TypeError: unsupported operand type(s) for /: 'str' and 'int'
GOOD
386871070697 54
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 9, in <module> for i in range(int(n_list[ii]/2)): #입력한 숫자의 반절까지 확인 TypeError: unsupported operand type(s) for /: 'str' and 'int'
GOOD
14472613483 179203
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 9, in <module> for i in range(int(n_list[ii]/2)): #입력한 숫자의 반절까지 확인 TypeError: unsupported operand type(s) for /: 'str' and 'int'
BAD 80761