摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <cmath>using namespace std;#define maxn 105#define maxm 300int n, x, d;char s[maxn], p[maxn], c[maxn], m[maxn];int spos[maxm];void input(){ scanf("%s%s%s", s, p, c);} 阅读全文
posted @ 2011-08-27 10:51
undefined2024
阅读(178)
评论(0)
推荐(0)