1. 题目描述 给定n个字符串,请对n个字符串按照字典序进行排列 示例1: 输入: 9 cap to cat card two too up boat boot 输出: boat boot cap card cat to too two up 2. Solution n = int(input()) res = [] for