3 lines
85 B
Python
3 lines
85 B
Python
import sys
|
|
input()
|
|
print(*sorted(sorted(list(set(sys.stdin))),key=len),sep='',end='') |