题解 | #成绩排序#

成绩排序

http://www.nowcoder.com/practice/8e400fd9905747e4acc2aeed7240978b

import sys
for line in sys.stdin:
    N=int(line.strip())
    flg=int(input().strip())
    alt=[]
    for i in range(N):
        temp=input().strip().split()
        temp[1]=int(temp[1])#陷阱在这里,比如jim 90,只能单独将90转成数字
        alt+=[temp]
        # print(alt)#测试
    alt.sort(key=lambda item:(item[1]),reverse=not flg)
    for i in alt:
        print(i[0],i[1])

全部评论

相关推荐

昨天 11:23
重庆邮电大学 C++
点赞 评论 收藏
分享
比亚迪汽车新技术研究院 硬件工程师 总包21左右 硕士
点赞 评论 收藏
分享
像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
一名愚蠢的人类:多少games小鬼留下了羡慕的泪水
投递荣耀等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务