摘要: Codeforces的交互题有点难以调试,写了一个模板方便本地调试。 struct Oracle { private: static const int MAXN = 2e5 + 10; int n; ll a[MAXN]; ll query_cost; #ifdef LOCAL static co 阅读全文
posted @ 2024-02-26 14:19 purinliang 阅读(80) 评论(0) 推荐(0)