정답 개수:
67
틀린 개수:
0
실행 실패 개수:
33
3 10 3 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> print(tot) NameError: name 'tot' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 17, in <module> print(sum(sums[-1])) TypeError: 'int' object is not iterable
5
3 11 2 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> print(tot) NameError: name 'tot' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 17, in <module> print(sum(sums[-1])) TypeError: 'int' object is not iterable
5
3 12 3 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> print(tot) NameError: name 'tot' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 17, in <module> print(sum(sums[-1])) TypeError: 'int' object is not iterable
7