정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
0A8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> print(sixten(list(input()))) ~~~~~~^^^^^^^^^^^^^^^ File "Main.py", line 8, in sixten total += inpu[i]*(16**i) TypeError: unsupported operand type(s) for +=: 'int' and 'str'
168
9EA
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> print(sixten(list(input()))) ~~~~~~^^^^^^^^^^^^^^^ File "Main.py", line 8, in sixten total += inpu[i]*(16**i) TypeError: unsupported operand type(s) for +=: 'int' and 'str'
2538
2EF
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> print(sixten(list(input()))) ~~~~~~^^^^^^^^^^^^^^^ File "Main.py", line 8, in sixten total += inpu[i]*(16**i) TypeError: unsupported operand type(s) for +=: 'int' and 'str'
751