Miao_txy level
获赞
6
粉丝
1
关注
1
看过 TA
2
武汉大学
2018
算法工程师
IP属地:湖北
暂未填写个人简介
私信
关注
2020-09-05 17:04
已编辑
武汉大学 算法工程师
15 个选择 1. sql,统计两个以上重名的个数,python写的0ac 2. 根据路径,找最短的,样例都过了,0ac 3. 高斯混合模型,公式虽然都知道,已经不想做了。。。 交卷吃饭去 今天还是没有offer的一天,这个仇我记下了~
YuAN142615:第一题python实现SQL输出重名的人的个数: while True: try: matrix = [] n = list(map(int, input().strip().split()))[0] for i in range(n): id, name = list(map(str, input().strip().split())) matrix.append([id, name]) dic = {} for i in range(n): if matrix[i][1] in dic: dic[matrix[i][1]] += 1 dic[matrix[i][1]] = 1 count = 0 for k, v in dic.items(): if v >= 2: count += 1 print(count) except EOFError: break
投递网易互娱等公司8个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务