2011年8月2日

poj 1564

摘要: Source Code/* * Author:lonelycatcher * problem:ZOJ 1711 * Type: DFS */#include<iostream>#include<stdio.h>#include<queue>#include<string>#include<string.h>using namespace std;int t,n;struct node{ int data; int preindex;};node lis[15];int OK,count;void printpath(int index 阅读全文

posted @ 2011-08-02 23:00 lonelycatcher 阅读(344) 评论(0) 推荐(0) 编辑

导航