View Code #include<cstdio>#include<cstring>#include<iostream>#include<algorithm>#include<vector>using namespace std;const int maxn = 100100;vector < pair<int, int> > v;vector <int> a, b, c;#define ALL(c) c.begin(), c.end()int main(){ int i, j; for(i = Read More
posted @ 2012-12-01 20:40
To be an ACMan
Views(138)
Comments(0)
Diggs(0)