摘要:
#include #include #define N 1000001using namespace std;bool cmp(const int& a, const int& b) { return a > b;}int main() { int n, m, i; int d[N]; whi... 阅读全文
posted @ 2015-12-20 16:09
StevenLuke
阅读(179)
评论(0)
推荐(0)
摘要:
//据说使用线段树的 #include #include #define N 101int i, j, ans, buf[N][N];void print() { ans = 0; for(i=0; ibx) { tmp = ax; ax = bx; bx = tmp; } if... 阅读全文
posted @ 2015-12-20 14:52
StevenLuke
阅读(102)
评论(0)
推荐(0)

浙公网安备 33010602011771号