Alice is going to take all her savings out of the ATM(Automatic Teller Machine). Alice forget how many deposit she has, and this strange ATM doesn't s ...
分类:
其他好文 时间:
2017-08-19 10:54:45
阅读次数:
180
传送门 1199 - Partitioning Game PDF (English) Statistics Forum Time Limit: 4 second(s) Memory Limit: 32 MB Alice and Bob are playing a strange game. The ...
分类:
其他好文 时间:
2017-08-14 21:30:57
阅读次数:
187
USE[DEL_DATA]GO/******Object:StoredProcedure[dbo].[U_P_STOCK2NEED_EXPEND2]ScriptDate:08/14/201710:40:30******/SETANSI_NULLSONGOSETQUOTED_IDENTIFIERONGO--======================================--Fuction:按业务订单号查订单执行状态--wangtp--2017.8.11--预测未完..
分类:
其他好文 时间:
2017-08-14 15:20:43
阅读次数:
169
http://poj.org/problem?id=2891 Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 16849 Accepted: 5630 http://poj.org/problem?id=2891 Descrip ...
分类:
其他好文 时间:
2017-08-13 13:23:56
阅读次数:
137
Strange Way to Express Integers Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 16839 Accepted: 5625 Description Elina is reading a book w ...
分类:
其他好文 时间:
2017-08-13 00:06:24
阅读次数:
182
Balance Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 10773 Accepted: 6685 Description Gigel has a strange "balance" and he wants to pois ...
分类:
其他好文 时间:
2017-08-12 21:24:34
阅读次数:
166
On his trip to Luxor and Aswan, Sagheer went to a Nubian market to buy some souvenirs for his friends and relatives. The market has some strange rules ...
分类:
其他好文 时间:
2017-08-08 17:50:59
阅读次数:
178
There is a strange lift.The lift can stop can at every floor as you want, and there is a number Ki(0 <= Ki <= N) on every floor.The lift have just two ...
分类:
其他好文 时间:
2017-08-08 15:25:16
阅读次数:
135
Volodya is an odd boy and his taste is strange as well. It seems to him that a positive integer number is beautiful if and only if it is divisible by ...
分类:
其他好文 时间:
2017-08-04 13:45:09
阅读次数:
216
【python学习笔记】6.抽象 创建函数: 使用def语句定义函数,不用声明参数类型,和返回值类型 def function_name(param1, param2): 'this is document' pass # fuction body return value # 可选 函数体的第一行 ...
分类:
编程语言 时间:
2017-08-03 00:57:38
阅读次数:
206