정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> print (T+'*'+i+1==T*(i+1)) ~^~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
2 * 1 = 2 2 * 2 = 4 2 * 3 = 6 2 * 4 = 8 2 * 5 = 10 2 * 6 = 12 2 * 7 = 14 2 * 8 = 16 2 * 9 = 18
3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> print (T+'*'+i+1==T*(i+1)) ~^~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
3 * 1 = 3 3 * 2 = 6 3 * 3 = 9 3 * 4 = 12 3 * 5 = 15 3 * 6 = 18 3 * 7 = 21 3 * 8 = 24 3 * 9 = 27
5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 3, in <module> print (T+'*'+i+1==T*(i+1)) ~^~~~ TypeError: unsupported operand type(s) for +: 'int' and 'str'
5 * 1 = 5 5 * 2 = 10 5 * 3 = 15 5 * 4 = 20 5 * 5 = 25 5 * 6 = 30 5 * 7 = 35 5 * 8 = 40 5 * 9 = 45