정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 753 846
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr = list(map(int, sys.sydin.readline().split())) AttributeError: module 'sys' has no attribute 'sydin'. Did you mean: 'stdin'?
0
2 416 338
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr = list(map(int, sys.sydin.readline().split())) AttributeError: module 'sys' has no attribute 'sydin'. Did you mean: 'stdin'?
0
3 775 792 505
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> arr = list(map(int, sys.sydin.readline().split())) AttributeError: module 'sys' has no attribute 'sydin'. Did you mean: 'stdin'?
0