题解 | #明明的随机数#

明明的随机数

http://www.nowcoder.com/practice/3245215fffb84b7b81285493eae92ff0

sorted() is a jolly good thing.
so as set() lol.

data = []
while True:
    try:
        n = input()
        ta = []
        for i in range(int(n)):
            ta.append(int(input()))
        uniq = set(ta)  # set transform the list into a unique one (NO DUPs)
        for j in sorted(uniq):
            print(j)
    except (EOFError, KeyboardInterrupt):
        break
全部评论

相关推荐

点赞 评论 收藏
分享
05-29 20:34
门头沟学院 C++
KarlAllen:得做好直接春招的准备。学历差的话,一是面试要求会比学历好的严格不少,二是就算面试通过了也会被排序。总之暑期和秋招对于学历差的就是及其不友好
无实习如何秋招上岸
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务