#include<bits/stdc++.h>using namespace std;const int N = 1e5 + 10;const int mod = 998244353;typedef long long ll;int n;int a[N];int f[N][10];void solve() { cin >> n; for (int i = 1; i <= n ;i++) { cin &
练习题目
2023-08-21
121 点赞
1 评论
183 浏览