Dragon BallsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4346Accepted Submission(s): 1658Five h...
分类:
其他好文 时间:
2015-08-01 18:54:11
阅读次数:
99
Dragon BallsProblem DescriptionFive hundred years later, the number of dragon balls will increase unexpectedly, so it's too difficult for...
分类:
其他好文 时间:
2015-08-01 17:16:21
阅读次数:
90
Dragon Balls
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4290 Accepted Submission(s): 1649
Problem Description
Five hundred year...
分类:
其他好文 时间:
2015-08-01 01:14:07
阅读次数:
200
题目链接:hdu 5125 magic balls
#include
#include
#include
using namespace std;
const int maxn = 1005;
int N, M, dp[maxn][maxn], A[maxn], B[maxn];
int vec[maxn][maxn], c[maxn];
void init () {
...
分类:
其他好文 时间:
2015-07-29 01:02:36
阅读次数:
98
D. Bag of miceThe dragon and the princess are arguing about what to do on the New Year's Eve. The dragon suggests flying to the mountains to...
分类:
其他好文 时间:
2015-07-28 00:41:54
阅读次数:
121
#include #include int pre[100005];int num[100005],mov[100005];int a,b;int find(int x){ if(x==pre[x]) return x; int t=pre[x]; pre[x] = find(pr...
分类:
其他好文 时间:
2015-07-27 18:01:17
阅读次数:
135
一看就是排列组合啦~
数字大的球的最后一个一定要放在数字小的球的后面
就是先排最大数的一个放在最后,剩下的任意摆,再将下一个排在最右边,剩下的同款任意摆。。。。。。
(此题要是先预处理C(,)的话肯定是快的,,,,但是codeforces一组一判谁知道呢。。。。)
#include
#include
#include
#include
#include
...
分类:
其他好文 时间:
2015-07-26 12:40:08
阅读次数:
101
直接模拟会超时 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxx=21; 6 int d,n; 7 bool f[1 2 #include 3 #include 4 using namespace std...
分类:
其他好文 时间:
2015-07-24 12:11:53
阅读次数:
149
Dragon Balls
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 4165 Accepted Submission(s): 1603
Problem Description
Five hundred year...
分类:
其他好文 时间:
2015-07-23 21:48:46
阅读次数:
114