摘要:
#include#define N 10007using namespace std;vector p[N];bool vis[N*2];int mat[N*2];bool find(int x){ for(int i=p[x].size()-1;i>=0;--i){ int y=p[x][i];... 阅读全文
posted @ 2014-08-21 09:36
france
阅读(123)
评论(0)
推荐(0)
浙公网安备 33010602011771号