摘要: 轮换 #include<iostream> #include<cstdio> #include<cstring> #define maxn 1010 using namespace std; int n,p,k,a[maxn],b[maxn],op[maxn][maxn],pos[maxn]; in 阅读全文
posted @ 2017-11-01 16:34 Echo宝贝儿 阅读(217) 评论(0) 推荐(1) 编辑
摘要: 立方体 /* 输入数据中的p的位置是没有用的,而题目本质上是求C(n,k) */ #include<iostream> #include<cstdio> #define mod 1000000007 #define maxn 1000001 using namespace std; int n,k, 阅读全文
posted @ 2017-11-01 09:52 Echo宝贝儿 阅读(205) 评论(0) 推荐(1) 编辑