题意:熊猫先生想用一些冰淇淋球来做k层的冰淇淋,规定对于一个冰淇淋中的每一个冰淇淋球(最顶层除外),都大于等于上一层的冰淇淋球的两倍大小;现有n个冰淇淋球,问最多能做几个冰淇淋 思路:刚开始想的贪心,最后发现是不行的。比如对于 1 2 3 4 这种情况,1 后面是2还是3就没法用程序来进行抉择了。可 ...
分类:
其他好文 时间:
2018-10-06 19:48:13
阅读次数:
199
题目: The Codejamon game is on fire! Fans across the world are predicting and betting on which team will win the game. A gambling company is providing b ...
分类:
其他好文 时间:
2018-10-06 17:11:41
阅读次数:
194
题目: Mr. Panda is one of the top specialists on number theory all over the world. Now Mr. Panda is investigating the property of the powers of 2. Since ...
分类:
其他好文 时间:
2018-10-06 16:39:54
阅读次数:
158
题目: Here is World Cup again, the top 32 teams come together to fight for the World Champion. The teams are assigned into 8 groups, with 4 teams in eac ...
分类:
其他好文 时间:
2018-10-06 16:31:15
阅读次数:
196
A Gym 101194A Number Theory Problem B Gym 101194B Hemi Palindrome C Gym 101194C Mr. Panda and Strips D Gym 101194D Ice Cream Tower E Gym 101194E Bet F ...
分类:
其他好文 时间:
2018-10-06 15:35:45
阅读次数:
387
在docker中使用MySQL数据库 https://yq.aliyun.com/articles/583765 将 Rails 程序部署到 Docker 容器中 https://yq.aliyun.com/articles/583765 将 Rails 程序部署到 Docker 容器中 ...
分类:
其他好文 时间:
2018-10-06 10:41:18
阅读次数:
216
使用ArcGIS API for JavaScript 4.8实现,点击FeatureLayer要素,选中并高亮显示。 ...
分类:
其他好文 时间:
2018-10-05 19:02:25
阅读次数:
187
1.参考github地址https://github.com/surmon-china/vue-awesome-swiper 首先安装插件 2.在main.js引入插件 3.编写轮播组件 ...
分类:
其他好文 时间:
2018-10-05 14:03:51
阅读次数:
178
# 1. djangochinaorg项目 https://github.com/DjangoChinaOrg/Django-China-API https://github.com/DjangoChinaOrg/Django-China-FE 2.vue proxyTable # 1.Blog-A ...
分类:
其他好文 时间:
2018-10-04 12:54:26
阅读次数:
175
一、常见的属性 二、jar文件的用途 三、压缩的和未压缩的 四、jar工具 五、可执行的JAR 1.创建可执行JAR 2.启动可执行JAR 3.扩展打包 4.JAR文件中的安全性.. 5.数字签名. 6.jarsigner工具. 7.JAR索引 ...
分类:
编程语言 时间:
2018-10-02 17:30:05
阅读次数:
152