百度
| 校招
| 超多精选岗位
0 点赞 评论 收藏
分享
草帽哥哥:+1,最后一题我也是测试用例做出来是16,然而题目给的12,理解不了题意
投递亚马逊等公司10个岗位 >
0 点赞 评论 收藏
分享
2020-09-10 20:45
上海交通大学 C++ qiezionline:想问一下是官网投递吗?(amazon.jobs)怎么收到笔试通知的呢?好奇问一下,同样投了,好像没消息。。。
投递亚马逊等公司10个岗位 >
0 点赞 评论 收藏
分享
手艺人小2:改成scanf和printf吧,这题真是令人智息
投递贝壳找房等公司10个岗位 >
0 点赞 评论 收藏
分享
北鼻子:是不是不怎么缺人了呀,今早也收到拒信
投递网易有道等公司10个岗位 >
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
2020-08-08 16:41
上海交通大学 C++ 0 点赞 评论 收藏
分享
🍀放屁带点汁:第一题:
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int[] arr = new int[n];
for(int i = 0; i<n; i++) {
arr[i] = sc.nextInt();
}
System.out.println(solve(arr.length));
}
public static int solve(int index) {
if(index == 1) {
return 0;
} else if(index == 2) {
return 1;
} else {
for(int i = index; i > 0; i--) {
return (i-1)*(solve(i-1)+solve(i-2));
}
}
return -1;
}
}
投递阿里巴巴等公司10个岗位 >
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
头条loser:我的理解是这样的,公司和候选人都是双向选择,你卡我面试,我就多找公司面试,你拿我当备胎,我也有一群备胎,你拒我offer,我也可能拒你offer,永远不要绑定在一棵树上,这是本人感受 基本已拿目前知名互联网大多数offer
投递阿里巴巴等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: