A题水题B题:二分View Code #include<cstdio>#include<cstring>#include<algorithm>using namespace std;int n, m;int a[100005];int main(){ int i, j; freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); while( ~scanf("%d", &n Read More
posted @ 2012-12-09 17:48
To be an ACMan
Views(208)
Comments(0)
Diggs(0)