手玩专题

Codeforces Round 899 (Div. 2)(C手玩? D换根dp+贪心)

A - Increasing Sequence 直接从1开始模拟就行 #include<bits/stdc++.h>using namespace std;const int N =2e5+10,mod=998244353;#define int long longtypedef long long LL;typedef pair<int, int> PII;const long