摘要:
1. 枚举,注意里边的几个剪枝,标在代码中了2. 我的代码:/*
ID: dollar4
PROG: crypt1
LANG: C++
*/
#include #include #include #include #include using namespace std;
int num[10], n;
bool cmp(int a, int b)
{ return a > n; int i, j, k, l, m, s1, s2, s3, s4, s5; int cnt = 0, mm, nn, mn; for (i = 0; i > num[i]... 阅读全文
posted @ 2012-04-11 23:42
赵乐ACM
阅读(142)
评论(0)
推荐(0)