摘要: http://poj.org/problem?id=2255#include#include using namespace std;const int maxn = 27;char pre[maxn],in[maxn];char past[maxn];void tre(int ps,int pe,... 阅读全文
posted @ 2015-07-22 23:15 雪溯 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=3006#include using namespace std;bool pm[1000002];bool usd[1000002];bool judge(int x){ if(usd[x])return pm[x]; usd[x] ... 阅读全文
posted @ 2015-07-22 22:41 雪溯 阅读(120) 评论(0) 推荐(0) 编辑