정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
3 2 4 3 8 9 9 4 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> T=int(input().strip()) ValueError: invalid literal for int() with base 10: '3 2 4'
4 9 2 3 9 8
3 2 5 9 4 4 2 3 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> T=int(input().strip()) ValueError: invalid literal for int() with base 10: '3 2 5'
4 9 3 4 8 2
2 4 5 1 3 6 4 9 9 8 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> T=int(input().strip()) ValueError: invalid literal for int() with base 10: '2 4 5'
8 9 9 1 6 4 6 3