정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 c x
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> arr = sort(list(set(sys.stdin.readlines()[1:]))) NameError: name 'sort' is not defined. Did you mean: 'sorted'?
c x
2 aa a
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> arr = sort(list(set(sys.stdin.readlines()[1:]))) NameError: name 'sort' is not defined. Did you mean: 'sorted'?
a aa
4 b bcbab ccc bb
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> arr = sort(list(set(sys.stdin.readlines()[1:]))) NameError: name 'sort' is not defined. Did you mean: 'sorted'?
b bb ccc bcbab