题意:
定义: an1anminDigit(an)maxDigit(an)。
给定 a1 和 k,求 ak ?
题目:
Let’s define the following recurrence: an1anminDigit(an)⋅maxDigit(an). Here minDigit(x) and maxDigit(x) are the minimal and …
题意:
给你两个大小一样的,边长为a,b的矩形将其放入一个正方形里,问怎样放可以使正方形面积最小(要求正方形边和矩形边平行)
题目:
Find the minimum area of a square land on which you ca…
题目:
把所给的数组分成a和b两个子数组(元素不重复使用),令a数组的的最大值和b数组的最小值的差最小,并输出。
题意:
There are n athletes in front of you. Athletes are numbered from 1 to n from l…
通过 .NET Core Kubernetes:Deployment 文章的介绍,我们可以通过 Deployment 控制器快速创建一组 Pod 来提供服务,每个 Pod 都会被分配一个集群内可见的虚拟 IP 地址,然后通过一个独立的 Endpoint(Pod IP ContainerP…
题意:
想买n个铲子,一共有k种包装,第i种包装里有i个铲子(1<i<k),问如何才能正好买n个铲子,要求买相同包装的,而且买的包书数最少
题目:
Polycarp wants to buy exactly n s…