摘要: dfs搜前5位数 根据前面的算后面的View Code 1 /* 2 ID: your_id_here 3 PROG: pprime 4 LANG: C++ 5 */ 6 #include <iostream> 7 #include<cstdio> 8 #include<cstring> 9 #include<cmath> 10 #include<algorithm> 11 using namespace std; 12 int a,b,g; 13 int kk[10000],f[20][20],tt,ff[100000]; 14 c 阅读全文
posted @ 2012-11-15 21:23 _雨 阅读(166) 评论(0) 推荐(0)