码迷,mamicode.com
首页 > 编程语言 > 详细

HackerRank-Python攻城歷程-3.List( Find the Second Largest Number )

时间:2017-09-26 13:09:31      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:input   second   div   blog   sort   ==   map   split()   nbsp   

技术分享

1 if __name__ == __main__:
2     n = int(input())
3     arr = map(int, input().split())
4     print(sorted(list(set(arr)))[-2])

 

HackerRank-Python攻城歷程-3.List( Find the Second Largest Number )

标签:input   second   div   blog   sort   ==   map   split()   nbsp   

原文地址:http://www.cnblogs.com/riocasture/p/7596041.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!