摘要:
简单题View Code #include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <algorithm>using namespace std;#define maxn 50struct D{ int a, b;} f[maxn * maxn];int n, m, tot;int front[maxn], rear[maxn];bool operator <(const D &a, const D &b){ 阅读全文
posted @ 2011-08-07 11:47
undefined2024
阅读(179)
评论(0)
推荐(0)