DescriptionThe world financial crisis is quite a subject. Some people are more relaxed while others are quite anxious. John is one of them. He is very...
分类:
其他好文 时间:
2015-08-11 22:57:49
阅读次数:
111
Piggy-BankProblem DescriptionBefore ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for t...
分类:
其他好文 时间:
2015-08-11 00:03:22
阅读次数:
179
DescriptionMost financial institutions had become insolvent during financial crisis and went bankrupt or were bought by larger institutions, usually b...
分类:
其他好文 时间:
2015-08-09 20:36:49
阅读次数:
106
> 分析 >> 本题就是求输入参数的平均数> 注意 >> 输出时保留两位小数> 附代码 1 #include "stdio.h" 2 3 int main(void) 4 { 5 float sum = 0.0 ; 6 float tmp = 0.0 ; 7 int cou...
分类:
其他好文 时间:
2015-08-09 12:11:45
阅读次数:
117
H - 贪心Crawling in process... Crawling failed Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit StatusDescriptionMost financial inst...
分类:
其他好文 时间:
2015-08-06 22:11:31
阅读次数:
108
--sql多表更新update PMS_Financial_Gathering set ShouldMoney=PMS_Contract_RentScheme.Rentfrom PMS_Financial_Gatheringinner join PMS_Contract_RentScheme on ...
分类:
数据库 时间:
2015-08-06 22:06:41
阅读次数:
135
Time Limit:3000MSMemory Limit:Unknown64bit IO Format:%lld & %lluSubmitStatusDescriptionMost financial institutions had become insolvent during financi...
分类:
其他好文 时间:
2015-08-06 21:57:46
阅读次数:
119
??
Financial Management
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 165700
Accepted: 61629
Description
Larry graduated this year and finally has a job. ...
分类:
其他好文 时间:
2015-08-05 20:26:57
阅读次数:
116
先证明一个结论吧,对于1≤ai≤i+1,一定可以表示出1~sum[i]中的任意一个数.对于i=1显然成立,假设对于i=k结论成立,那么对于i=k+1来说,只要证明sum[k]+i,1≤i≤ak+1可以凑出来就行了。因为sum[k]+i≥k+1,且1≤ak+1≤k+1,所以可以先选一个ak+1,剩下的...
分类:
其他好文 时间:
2015-08-04 18:55:11
阅读次数:
104
n很大,不能DP甚至nlogn都有可能超时,令我不得不想到了贪心。。。结果贪心...
分类:
其他好文 时间:
2015-07-27 15:01:49
阅读次数:
67