摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <algorithm>using namespace std;#define maxp 140000struct Stone{ int x, y;}stone[maxp];int n, m, p;int ans;bool vis[maxp];bool operator < (const Stone &a, const Stone &am 阅读全文
posted @ 2011-08-08 21:18
undefined2024
阅读(259)
评论(0)
推荐(0)
摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>using namespace std;string st;string g[100] ={ "ffi", "ffl", "ff", "fl", "fi", "''", "``", "'", &qu 阅读全文
posted @ 2011-08-08 13:11
undefined2024
阅读(243)
评论(0)
推荐(0)