题目信息:
1010. Radix (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Given a pair of positive integers, for exam...
分类:
其他好文 时间:
2014-09-24 12:17:46
阅读次数:
234
题目信息:
1009. Product of Polynomials (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
This time, you are suppose...
分类:
其他好文 时间:
2014-09-24 12:01:46
阅读次数:
159
题目信息:
1007. Maximum Subsequence Sum (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Given a sequence of K i...
分类:
其他好文 时间:
2014-09-24 11:12:56
阅读次数:
364
题目信息:
1008. Elevator (20)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
The highest building in our city has onl...
分类:
其他好文 时间:
2014-09-24 10:55:26
阅读次数:
205
题目信息:
1006. Sign In and Sign Out (25)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
At the beginning of every ...
分类:
其他好文 时间:
2014-09-24 10:39:26
阅读次数:
174
1.List 链表--修改快2.Set 集合3.Array 数组 --更新快4.Map 键值对=======Hash:基于散列具有Array与List的有点=======Queue:队列--线程共享资源(串行线程资源的封闭,采取的措施就是对共享资源加锁实现) 优先级队列 FIFO队...
分类:
其他好文 时间:
2014-09-24 07:00:05
阅读次数:
282
Queue在Python中可以算作是一种容器,但是他和list,set,dict不一样。1. Queue不是Python内置类型。它在Queue模块中定义。2. 它不是iterator容器,他不能使用for... in...语法进行遍历。(没有next方法),只能使用put,get进行存取包含的值。...
分类:
其他好文 时间:
2014-09-24 02:22:25
阅读次数:
193
向量(vector) 连续存储的元素Vectorc;c.back() 传回最后一个数据,不检查这个数据是否存在。c.clear() 移除容器中所有数据。c.empty() 判断容器是否为空。c.front() 传回地一个数据。c.pop_back() 删除最后一个数据。c.push_back(ele...
分类:
其他好文 时间:
2014-09-24 00:23:15
阅读次数:
282
How it works(目标只是开放资源给大家,没有考核)This is different from a standard MOOC. The materials presented here correspond to the advanced summer school organized ...
分类:
其他好文 时间:
2014-09-23 23:01:15
阅读次数:
196
题目信息:
1001. A+B Format (20)
时间限制
400 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CHEN, Yue
Calculate a + b and output the sum...
分类:
其他好文 时间:
2014-09-23 19:21:45
阅读次数:
214