首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
在线笔面试、雇主品牌宣传
登录
/
注册
日不落拓海海
获赞
297
粉丝
41
关注
6
看过 TA
389
女
Technische Universität Darmstadt
2021
人工智能
IP属地:湖北
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑日不落拓海海吗?
发布(69)
评论
刷题
日不落拓海海
关注TA,不错过内容更新
关注
2022-01-22 00:04
Technische Universität Darmstadt 人工智能
题解 | #删除字符串中出现次数最少的字符#
while True: try: words = list(map(str,input())) dic_words={} new_words = '' for word in words: if word not in dic_words: dic_words[word]=1 else: dic_words[word]+=1 min_value = min(dic_words.values()) ...
0
点赞
评论
收藏
分享
2022-01-21 18:21
Technische Universität Darmstadt 人工智能
题解 | #字符串最后一个单词的长度#
while True: try: words = list(map(str,input().split())) print(len(words[-1])) except: break
0
点赞
评论
收藏
分享
2022-01-21 16:45
Technische Universität Darmstadt 人工智能
题解 | #MP3光标位置#
while True: try: n = int(input()) actions = input() songs = [i for i in range(1,n+1)] new_songs =[] maus_pos = 0 page_pos = 0 for act in actions: if act == 'U' and maus_pos == 0: maus_pos = n-1 ...
0
点赞
评论
收藏
分享
2022-01-21 14:49
已编辑
Technische Universität Darmstadt 人工智能
题解- 数组 | #矩阵乘法#
while True: try: x = int(input()) y = int(input()) z = int(input()) x_y = [[0 for i in range(y)] for j in range(x)] y_z = [[0 for i in range(z)] for j in range(y)] result = [[0 for i in range(z)] for j in range(x)] for i in range(x): ...
0
点赞
评论
收藏
分享
2021-12-28 22:54
Technische Universität Darmstadt 人工智能
题解 | #输入n个整数,输出其中最小的k个#
while True: try: n,k = map(int,input().split()) arr = map(int,input().split()) string = " ".join(map(str,sorted(arr)[0:k])) print(string) except: break 这个难度分类有问题咧。。。
0
点赞
评论
收藏
分享
2021-12-27 17:23
已编辑
Technische Universität Darmstadt 人工智能
题解 | #合并表记录#
while True: try: num = int(input()) dic = {} for j in range(num): key,value = map(int,input().split()) if key in dic: dic[key] += value else: dic[key] = value for key in sorted(dic): print(key,dic[key]) except: brea...
0
点赞
评论
收藏
分享
2021-12-27 16:36
Technische Universität Darmstadt 人工智能
题解 | #整型数组合并#
while True: try: num1 = int(input()) arr1 = list(map(int, input().split())) num2 = int(input()) arr2 = list(map(int, input().split())) arr = arr1+arr2 list_arr = sorted(set(arr)) res = ''.join(list(map(str,list_arr))) print(res) ...
0
点赞
评论
收藏
分享
2021-09-15 12:49
Technische Universität Darmstadt 人工智能
想问下有没有人投了地平线的规划控制算法工程师啊?没有收到相关的面经😭
投递地平线等公司10个岗位
人工智能求职圈
0
点赞
评论
收藏
分享
2020-08-10 18:01
已编辑
Technische Universität Darmstadt 人工智能
求大疆机器人算法工程师线上测评
我上周五投的简历,然后周一收到了测评邀请。 想问下测评是什么内容啊,可以描述一下范围吗?感觉机器人是一个很泛泛的学科,不知道怎么准备。 谢谢各位大佬了。
投递大疆等公司10个岗位 >
0
点赞
评论
收藏
分享
1
2
3
4
5
关注他的用户也关注了:
牛客网
牛客企业服务