2020年9月7日

UVA 1411

摘要: 分治策略 紫书230 #include <iostream> #include <cstdio> #include <vector> #include <algorithm> using namespace std; const int maxn = 256; struct node{ int x, 阅读全文

posted @ 2020-09-07 01:36 chengyulala 阅读(106) 评论(0) 推荐(0) 编辑

导航