HackerRank-Python攻城歷程-3.List( Find the Second Largest Number )2021-12-28 15:45:54 if __name__ == '__main__': n = int(input()) arr = map(int, input().split()) print(sorted(list(set(arr)))[-2]) 上一篇:WebSocket刨根问底(三)之群聊下一篇:PLSQL Developer删除奇葩表出现异常ORA-00942: 表或试图不存在