정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print((str(a)+str(b))-c) ~~~~~~~~~~~~~~~^~ TypeError: unsupported operand type(s) for -: 'str' and 'int'
1 10
3 4 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print((str(a)+str(b))-c) ~~~~~~~~~~~~~~~^~ TypeError: unsupported operand type(s) for -: 'str' and 'int'
2 29
7 8 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> print((str(a)+str(b))-c) ~~~~~~~~~~~~~~~^~ TypeError: unsupported operand type(s) for -: 'str' and 'int'
12 75