摘要:
/* 题意:判断字符串之间是否存在完全覆盖 搞了一下午,一直MLE,动态的表需要释放 内存空间,弄成静态的就不用了*/#include <stdio.h>#include <string.h>#include <iostream>#include <algorithm>using namespace std;struct node { struct ... 阅读全文
posted @ 2011-01-17 16:41
kfinder
阅读(843)
评论(0)
推荐(0)

浙公网安备 33010602011771号