摘要:
初学dfs参考别人代码,如有雷同,见怪不怪。#include using namespace std; int aa[25][25]; int maxa=0; int step[25]={0},n; void dfs(int a,int b) { int t=b; step[a]=1; for(int i=0;i>n; for(int i=0;i>aa[i][j]; ... 阅读全文
摘要:
http://poj.org/problem?id=3664 进行两轮选举,第一轮选前n进入第二轮,第二轮选最高 阅读全文
摘要:
Description n participants of << crazy tea party >> sit around the table. Each minute one pair of neighbors can change their places. Find the minimum 阅读全文
摘要:
http://poj.org/problem?id=2299 阅读全文
摘要:
题目:http://poj.org/problem?id=1804 大意:给你一串数字,排序。求出最少的交换次数 \ 我用归并做的 阅读全文
摘要:
题目链接:http://poj.org/problem?id=1979 阅读全文