정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 6 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> print('Case #'.str(i+1) + ':',str(A) + ' +',str(B) + ' =', A+B) ^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'str'
Case #1: 6 + 1 = 7
7 9 3 7 1 4 3 7 7 1 7 8 7 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> print('Case #'.str(i+1) + ':',str(A) + ' +',str(B) + ' =', A+B) ^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'str'
Case #1: 9 + 3 = 12 Case #2: 7 + 1 = 8 Case #3: 4 + 3 = 7 Case #4: 7 + 7 = 14 Case #5: 1 + 7 = 8 Case #6: 8 + 7 = 15 Case #7: 1 + 4 = 5
10 9 2 9 5 1 1 1 4 8 6 1 5 6 3 3 4 5 3 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> print('Case #'.str(i+1) + ':',str(A) + ' +',str(B) + ' =', A+B) ^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'str'
Case #1: 9 + 2 = 11 Case #2: 9 + 5 = 14 Case #3: 1 + 1 = 2 Case #4: 1 + 4 = 5 Case #5: 8 + 6 = 14 Case #6: 1 + 5 = 6 Case #7: 6 + 3 = 9 Case #8: 3 + 4 = 7 Case #9: 5 + 3 = 8 Case #10: 3 + 1 = 4