Cash Machine Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 31525 Accepted: 11333 Description A Bank plans to install a machine for cash w ...
分类:
其他好文 时间:
2016-04-15 21:35:54
阅读次数:
270
Piggy-Bank Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 18924 Accepted Submission(s): 9579 Pro ...
分类:
其他好文 时间:
2016-04-15 20:20:00
阅读次数:
248
HDU 1908 Description The new founded Balkan Investment Group Bank (BIG-Bank) opened a new office in Bucharest, equipped with a modern computing enviro ...
分类:
其他好文 时间:
2016-04-12 22:17:34
阅读次数:
191
相当于if语句 decode函数比较1个参数时 SELECT ID,DECODE(inParam,'beComparedParam','值1' ,'值2') name FROM bank #如果第一个参数inParam=='beComparedParam',则select得到的name显示为值1, ...
分类:
数据库 时间:
2016-04-12 12:57:40
阅读次数:
213
转自http://www.cnblogs.com/mengdd/p/3585038.html 当两条分支对同一个文件的同一个文本块进行了不同的修改,并试图合并时,Git不能自动合并的,称之为冲突(conflict)。解决冲突需要人工处理。 比如当前在master分支,想把dev分支merge过来,结 ...
分类:
其他好文 时间:
2016-04-11 20:45:20
阅读次数:
133
Description Farmer John made a profit last year! He would like to invest it well but wonders how much money he will make. He knows the interest rate R ...
分类:
其他好文 时间:
2016-04-09 00:15:48
阅读次数:
147
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1114 Problem Description Before ACM can do anything, a budget must be prepared and the necessary finan ...
分类:
其他好文 时间:
2016-04-08 00:43:23
阅读次数:
184
--常用系统存储过程的使用EXEC sp_databases --列出当前系统中的数据库EXEC sp_renamedb 'MyBank' ,'bank'--改变数据库的名称(单用户访问)use MySchoolgoEXEC sp_tables --当前数据库中可查询对象的列表EXEC sp_col ...
分类:
其他好文 时间:
2016-04-06 23:15:53
阅读次数:
141
题意:给一个t,表示t组样例,接下来输入e,f 表示罐子重e,装满后重f,输入n,接下来n行,有n中钱,分别有w[i],p[i],两个属性,问,罐子装满后最少的钱,如果不能装满输出This is impossible. 分析:明显的完全背包问题(一开始写超时了,转化成了01背包写,没想到也超时了,后 ...
分类:
其他好文 时间:
2016-04-06 00:22:38
阅读次数:
198
转载于知蚁博客,文章地址:http://www.letuknowit.com/archives/svn-conflict-resolution 看到那个*了吧,出现这个标记就说明本地副本的文件已经过期了,需要执行svn update了。 额滴个小心脏啊,又出错了,还要做选择题,纠结啊,纠结前还是看看 ...
分类:
其他好文 时间:
2016-04-04 11:41:02
阅读次数:
306