摘要: http://poj.org/problem?id=2993上一周的训练还没做完,唉。只能延续第一周的训练计划了。和pku2996正好过程相反。。。谢模拟题实在是太费劲了。。细节细节注意。View Code #include <iostream>#include <cstdio>#include <cstring>using namespace std;char str[20][40];int main(){ int i,j,k,l; int len; //首先排除字母构造整个表 for (i = 0; i < 17; i += 2) { for (. 阅读全文
posted @ 2012-02-28 21:06 E_star 阅读(297) 评论(0) 推荐(0)