정답 개수:
83
틀린 개수:
0
실행 실패 개수:
17
1 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> prize = (1000 + (c * 100)) ~~~~~^~~~~~~~~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
1100
1 5 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> prize = (1000 + (c * 100)) ~~~~~^~~~~~~~~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
1100
2 4 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> prize = (1000 + (c * 100)) ~~~~~^~~~~~~~~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
1200