정답 개수:
0
틀린 개수:
6
실행 실패 개수:
4
2 3 9
[3, 9] 3 3
3 9
Expected integer, but "[3," found
3 -7 -3 -4
[-7, -4, -3] -3 -3
-4 -3
Expected integer, but "[-7," found
4 0 -2 9 -3
[-3, -2, 0, 9] 0 0
-2 0
Expected integer, but "[-3," found
5 -4 8 5 -8 -2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> sys.stdout.wirte(f"{arr[start]} {arr[end]}") AttributeError: '_io.TextIOWrapper' object has no attribute 'wirte'. Did you mean: 'write'?
-8 8
7 -7 1 7 0 8 -2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> sys.stdout.wirte(f"{arr[start]} {arr[end]}") AttributeError: '_io.TextIOWrapper' object has no attribute 'wirte'. Did you mean: 'write'?
-7 7
8 -3 7 -5 3 8 0 5 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> sys.stdout.wirte(f"{arr[start]} {arr[end]}") AttributeError: '_io.TextIOWrapper' object has no attribute 'wirte'. Did you mean: 'write'?
-5 5