最新 最热

【PAT甲级】The Black Hole of Numbers

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

2019-11-08
0

【Codeforces】1230B - Ania and Minimizing

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

2019-11-08
0

CF: Long Number

分析1:题目原文中有这么一句“You can perform the following operation no more than once: choose a non-empty contiguous subsegment of digits in aa, and replace each digit xx fr...

2019-09-11
0

LeetCode - 007

https://leetcode.com/problems/reverse-integer/

2019-06-03
0

LeetCode-2. Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single...

2019-06-02
1

CentOS7 设置用户密码规则

1、设置密码过期的天数。 用户必须在几天内更改密码。 此设置仅在创建用户时才会产生影响,而不会影响到现有用户。 如果设置为现有用户,请运行命令“chage -M(days)(user)”...

2019-05-26
0

在Kettle里使用参照表进行数据校验(流查询实现)

参照表一个常见的用途就是做数据的查询和检验。提供一个输入字段,如果输入字段里的值没有匹配上,就给对应的数据行做一个错误标志。下面使用城市和邮政编码查询做个例子,演示如何使用计算器步骤和查询步骤来判断地址和邮...

2019-05-25
0

【每天一道编程系列-2018.1.29】(Ans)

【题目描述】 There are four numbers of 1, 2, 3, and 4. How many three digits numbers can they make up tha

2019-03-14
0

数论(一)LOJ1282

You are given two integers: n and k, your task is to find the most significant three digits, and least significant three digits of nk.

2019-02-21
0

LeetCode202 Happy Number

Write an algorithm to determine if a number is “happy”.

2019-02-19
1