摘要: 简单模拟View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <algorithm>using namespace std;#define max_key_len 15#define max_len 105struct Elem{ char ch; int index;}letter[max_key_len];char key[max_key_len];int key_len;char st[max_len] 阅读全文
posted @ 2012-12-20 11:30 undefined2024 阅读(150) 评论(0) 推荐(0)