摘要:
int a[200]; int n; struct node { int l, r, p; //node() {} //node(int a, int b, int c) :l(a), r(b), p(c) {} }q[2000]; double f[200], g[200]; double cal(int i, int j) { return a[j] +... 阅读全文
posted @ 2017-03-28 11:15
BOSON+CODE
阅读(294)
评论(0)
推荐(0)