1A.Theatre Square in the capital city of Berland has a rectangular shape with the size n?×?m meters. On the occasion of the city's anniversary, a deci...
分类:
其他好文 时间:
2015-12-26 18:33:46
阅读次数:
149
Mysql数据库是一个开源的数据库,应用非常广泛。以下是修改mysql数据库的字符编码的操作过程和将表的字符编码转换成utf-8的方法,需要的朋友可以参考下.mysql将表的字符编码转换成utf-8:alter table tb_anniversary convert to character se...
分类:
数据库 时间:
2015-12-13 12:28:55
阅读次数:
139
Anniversary party
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7303 Accepted Submission(s): 3220
Problem Description
There is going to ...
分类:
其他好文 时间:
2015-11-07 16:12:29
阅读次数:
240
Anniversary partyTime Limit:1000MSMemory Limit:65536KTotal Submissions:5523Accepted:3169DescriptionThere is going to be a party to celebrate the 80-th...
分类:
其他好文 时间:
2015-11-05 18:44:49
阅读次数:
249
Problem DescriptionWith the 60th anniversary celebration of Nanjing University of Science and Technology coming soon, the university sets n tourist sp...
分类:
其他好文 时间:
2015-09-17 13:25:39
阅读次数:
204
Problem DescriptionThis year is the 60th anniversary of NJUST, and to make the celebration more colorful, Tom200 is going to invite distinguished alum...
分类:
其他好文 时间:
2015-09-17 01:12:21
阅读次数:
254
题意:给一棵树,每个节点都有权值,要求选择部分节点出来,使得权值之和最大,但是每对(父亲,儿子)中最多只能挑一个。思路: 比较入门的题,每个节点可以选也可以不选。若当前节点选的话,孩子必须全部不选;若当前节点不选,则孩子可以选也可以不选。 1 #include 2 #define pii pai.....
分类:
其他好文 时间:
2015-09-14 12:00:33
阅读次数:
113
http://acm.hdu.edu.cn/showproblem.php?pid=5310题目大意:要买n个纪念品,可以单个买p元每个,可以成套买q元一套,每套有m个,求最少花费#include#include#include#include#define N 110using namespace...
分类:
其他好文 时间:
2015-09-02 13:22:58
阅读次数:
126
http://acm.hdu.edu.cn/showproblem.php?pid=5311Hidden StringTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Others)Total Subm...
分类:
其他好文 时间:
2015-09-01 13:57:30
阅读次数:
165
Anniversary partyTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6990Accepted Submission(s): 3104P...
分类:
其他好文 时间:
2015-09-01 13:50:27
阅读次数:
194