摘要: 不难的,如果你会 CDQ。 给代码: struct Node{ int a, b, c, d; int val, dp, flag; bool operator==(Node o){return a==o.a&&b==o.b&&c==o.c&&d==o.d;} } a[N]; int fwk[N]; 阅读全文
posted @ 2026-02-04 16:13 Hootime 阅读(1) 评论(0) 推荐(0)