offer反向收割机:恭喜恭喜,吸吸欧气
投递小米集团等公司10个岗位 >
0 点赞 评论 收藏
分享
投递去哪儿等公司10个岗位 >
0 点赞 评论 收藏
分享
惬意的过往:long[] num = {9,99,999,9999,99999,999999,9999999,99999999,999999999};
long[] numResult = {9,189,2889,38889,488889,5888889,68888889,788888889};
Scanner scan = new Scanner(System.in);
int t = scan.nextInt();
for(int i = 0; i < t; i ++) {
long n = scan.nextInt();
int count = judge(n); // 判断n是几位数
if(count == 1)
System.out.println(n);
else if(count == 10) {
System.out.println("8888888899");
}
else {
System.out.println((n - num[count - 2]) * count + numResult[count - 2]);
}
}
投递美团等公司10个岗位 >
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
关注他的用户也关注了: