정답 개수:
13
틀린 개수:
0
실행 실패 개수:
87
2 9 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> print(max(dp)) ~~~^^^^ TypeError: '>' not supported between instances of 'tuple' and 'int'
2
2 10 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> print(max(dp)) ~~~^^^^ TypeError: '>' not supported between instances of 'tuple' and 'int'
2
2 10 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> print(max(dp)) ~~~^^^^ TypeError: '>' not supported between instances of 'tuple' and 'int'
2