정답 개수:
49
틀린 개수:
4
실행 실패 개수:
47
4 5 3 5 7
2
3
4 5 9 3 0
2
3
7 4 8 9 9 4 4 2
4
5
1 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(max(max(ans1 if ans1 else -1),max(ans2 if ans2 else -1))+1) ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not iterable
1
1 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(max(max(ans1 if ans1 else -1),max(ans2 if ans2 else -1))+1) ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not iterable
1
1 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(max(max(ans1 if ans1 else -1),max(ans2 if ans2 else -1))+1) ~~~^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not iterable
1