1.Commentary Boxes Description Berland Football Cup starts really soon! Commentators from all over the world come to the event. Organizers have alread ...
分类:
其他好文 时间:
2018-08-05 18:12:37
阅读次数:
171
public class demo6 { public static void main(String[] args){ //创建集合对象 ArrayList list = new ArrayList(); //赋值 list.add("come"); list.add("baby"); list. ...
分类:
其他好文 时间:
2018-08-02 01:52:43
阅读次数:
153
题目描述 It is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunatel ...
分类:
其他好文 时间:
2018-07-18 01:16:09
阅读次数:
344
题意 n头牛,m个房间,每头牛有自己喜欢的房间,问每头牛都住进自己喜欢的房间有多少种分配方法? Input In the first line of input contains two integers N and M (1 <= N <= 20, 1 <= M <= 20). Then come ...
分类:
其他好文 时间:
2018-07-15 17:45:44
阅读次数:
183
(POJ)[http://poj.org/problem?id=2387] Til the Cows Come Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 69789 Accepted: 23386 Descript ...
分类:
其他好文 时间:
2018-07-11 01:05:40
阅读次数:
194
题目链接 luogu & CodeForces 题目描述 Berland Football Cup starts really soon! Commentators from all over the world come to the event. Organizers have already ...
分类:
其他好文 时间:
2018-06-30 23:00:02
阅读次数:
291
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the ...
分类:
其他好文 时间:
2018-06-26 11:02:16
阅读次数:
121
char * strcatTest(char *dst,const char *src);Action(){ char a[]="come on"; char b[]="every one"; char * result=strcatTest(a,b); lr_output_message("%s" ...
分类:
其他好文 时间:
2018-06-17 13:31:19
阅读次数:
228
思路:Dijkstra, bellman-ford和spfa,但是用dijkstra要考虑重边 ...
分类:
其他好文 时间:
2018-06-13 00:12:22
阅读次数:
208
"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th ...
分类:
其他好文 时间:
2018-06-09 23:08:46
阅读次数:
272