题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1015题意给一个数n 和 一串字符 str , ( A B C D E F G ....... X Y Z 代表 1 2 3 ..... 26)从 字符串中选 5个字符 如果 v - w^2 +...
分类:
其他好文 时间:
2014-11-27 00:02:21
阅读次数:
261
Safecracker
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8782 Accepted Submission(s): 4443
Problem Description
=== Op tech br...
分类:
其他好文 时间:
2014-10-30 00:29:15
阅读次数:
149
SafecrackerTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8183Accepted Submission(s): 4143Problem...
分类:
其他好文 时间:
2014-07-19 18:00:31
阅读次数:
220
Problem Description
=== Op tech briefing, 2002/11/02 06:42 CST ===
"The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them,...
分类:
其他好文 时间:
2014-07-12 19:19:42
阅读次数:
303
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1015
深搜简单题
代码如下:
#include
#include
#include
#include
using namespace std;
string a;
int t;
int v,w,x,y,z;
int vis[20];
int b[6];
int flag;
int cmp(int...
分类:
其他好文 时间:
2014-05-04 18:09:00
阅读次数:
352