摘要: 辉夜大小姐想让我构造不降序列 双指针+思维 #include <bits/stdc++.h> #define inf 0x3f3f3f3f using namespace std; typedef long long ll; const int maxn = 1e6+10; /* 题解: 首先得到 阅读全文
posted @ 2020-11-11 10:06 EchoZQN 阅读(114) 评论(0) 推荐(0)