정답 개수:
2
틀린 개수:
0
실행 실패 개수:
28
2 1 3 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> l=[int(input()) for _ in range(M)] ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '3 5'
8
2 1 8 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> l=[int(input()) for _ in range(M)] ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '8 5'
13
2 2 3 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 2, in <module> l=[int(input()) for _ in range(M)] ~~~^^^^^^^^^ ValueError: invalid literal for int() with base 10: '3 2'
3