随笔分类 -  在线隔离数据

摘要:AcWing 241. 楼兰图腾 #include <iostream> #include <cstring> using namespace std; const int N = 2e5 + 10; typedef long long LL; int n, a[N], tr[N]; LL high 阅读全文
posted @ 2023-04-26 16:27 妃即 阅读(16) 评论(0) 推荐(0)