CALC: 计算器题目描述大厨有一个计算器,计算器上有两个屏幕和两个按钮。初始时每个屏幕上显示的都是 0。每按一次第一个按钮,就会让第一个屏幕上显示的数字加 1,同时消耗 1 单位的能量。每按一次第二个按钮,会让第二个屏幕上显示的数字加上第一个屏幕上显示的数字,同时消耗 B 单位的能量。初始时,计算 ...
分类:
其他好文 时间:
2017-07-09 21:51:33
阅读次数:
115
本文转自:http://www.cnblogs.com/myx/archive/2013/03/25/php-ntlm-python-net.html 早期SMB协议在网络上传输明文口令。后来出现 LAN Manager Challenge/Response 验证机制,简称LM,它是如此简单以至很容 ...
分类:
编程语言 时间:
2017-07-06 11:18:06
阅读次数:
253
IO stands for input and output in programming. IO is important in programming, especially in Olympic Informatic, due to the policy of it. Therefore, a ...
分类:
其他好文 时间:
2017-07-01 18:30:54
阅读次数:
170
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below ...
分类:
其他好文 时间:
2017-06-25 17:49:56
阅读次数:
124
2287: 【POJ Challenge】消失之物 Description ftiasch 有 N 个物品, 体积分别是 W1, W2, ..., WN。 由于她的疏忽, 第 i 个物品丢失了。 “要使用剩下的 N - 1 物品装满容积为 x 的背包,有几种方法呢?” -- 这是经典的问题了。她把答 ...
分类:
其他好文 时间:
2017-06-24 20:51:09
阅读次数:
186
preface: 近期帮师兄处理json文件,须要读到数据库里面,以备其兴许从数据库读取数据。数据是关于yelp站点里面的: https://github.com/Yelp/dataset-examples,http://www.yelp.com/dataset_challenge/. 涉及到一些j ...
分类:
数据库 时间:
2017-06-24 12:32:42
阅读次数:
766
解决方法:转自:https://plus.google.com/108487870030743970488/posts/2TrMqs1ZGQv Challenge Accepted:1. ScreenshotAction class has this in its run() method when ...
分类:
移动开发 时间:
2017-06-18 20:45:55
阅读次数:
1188
Checker Challenge Examine the 6x6 checkerboard below and note that the six checkers are arranged on the board so that one and only one is placed in ea ...
分类:
其他好文 时间:
2017-06-17 21:40:07
阅读次数:
159
翻转字符串 先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,最后把数组转化成字符串。 你的结果必须得是一个字符串 当你完成不了挑战的时候,记得开大招'Read-Search-Ask'。 翻转字符串 先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,最后把数组转化成字 ...
分类:
其他好文 时间:
2017-06-13 17:14:29
阅读次数:
162
好气啊,本来以为比赛时间还有很多,结果回家养病两天回到学校怎么比赛就结束了(雾),大约是小高考弄错了时间? 挑3道有意思的写写题解吧。 Cloning 题目大意:给一个序列,每次询问两个等长区间,问区间内的数是否排序后至多只有一个对应位不同。 题解:主席树维护一下hash,求出最大的k,使得两个区间 ...
分类:
其他好文 时间:
2017-06-13 16:47:17
阅读次数:
217