摘要: #include #include #include #include using namespace std; int book[9],n,m,o; char map[9][9]; void dfs(int num,int y){ if(num==m){ o++; return ; } if(y>n) return ; f... 阅读全文
posted @ 2018-03-14 13:17 松手丶明晃晃 阅读(110) 评论(0) 推荐(0) 编辑
摘要: #include #include struct node{ int x; int s; }s[400005]; int main(){ int n,m,book[400005]={0}; scanf("%d %d",&n,&m); if(n==m) printf("0\n"); else{ ... 阅读全文
posted @ 2018-03-14 13:15 松手丶明晃晃 阅读(108) 评论(0) 推荐(0) 编辑