정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 2 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/fa9cfd6be45038668df8ec61c845277b32c653665017c124b478dbf44866420b/Main.py", line 5, in <module> dp[2] = dp[1] + step[1] TypeError: can only concatenate tuple (not "int") to tuple
6
3 1 2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/fa9cfd6be45038668df8ec61c845277b32c653665017c124b478dbf44866420b/Main.py", line 5, in <module> dp[2] = dp[1] + step[1] TypeError: can only concatenate tuple (not "int") to tuple
6
4 8 3 9 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/fa9cfd6be45038668df8ec61c845277b32c653665017c124b478dbf44866420b/Main.py", line 5, in <module> dp[2] = dp[1] + step[1] TypeError: can only concatenate tuple (not "int") to tuple
22