Awesome Backup System
Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice URAL
2030
Description
It is known that all people can be d...
分类:
其他好文 时间:
2014-12-02 00:07:57
阅读次数:
281
- Permutation Transformer
Time Limit:2000MS Memory Limit:0KB 64bit IO Format:%lld
& %llu
Submit Status Practice UVA
11922
Appoint description:
System Crawler (2014-11-30)
De...
分类:
其他好文 时间:
2014-12-02 00:07:52
阅读次数:
178
CD
You have a long drive by car ahead. You have a tape recorder, but unfortunately your best music is on CDs. You need to have it on tapes so the problem to solve is: you have a tape N m...
分类:
其他好文 时间:
2014-12-01 22:32:19
阅读次数:
228
A题:who is the best?
题目地址:HDU 5123
水题。
哈希,然后枚举找最大的,从小的开始找。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;...
分类:
其他好文 时间:
2014-12-01 20:55:53
阅读次数:
295
HTML5 BoilerplateHTML5 Boilerplateprovides a great way to get started building HTML5 sites. It includes many best practices out of the box and even in...
分类:
Web程序 时间:
2014-12-01 06:29:19
阅读次数:
202
问题一 Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy on...
分类:
其他好文 时间:
2014-11-30 23:19:36
阅读次数:
232
题目链接http://acm.hdu.edu.cn/showproblem.php?pid=5123水题一个,直接hash;代码#include#includeint main(void){ int i,j,k,n,t; int a[110]; int hash[110]; ...
分类:
其他好文 时间:
2014-11-30 21:29:29
阅读次数:
187
who is the best?
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768
K (Java/Others)
...
分类:
其他好文 时间:
2014-11-30 09:17:29
阅读次数:
147
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudwho is the best?Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Problem...
分类:
其他好文 时间:
2014-11-30 06:07:30
阅读次数:
307
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-11-29 13:05:29
阅读次数:
161