题目
思路: #include <bits/stdc++.h>
using namespace std;
#define int long long
#define pb push_back
const int maxn = 1e6 + 5, inf = 1e9 + 5, maxm = 4e4 + 5, mod = 1e9 + 7, N = 1e6;
// int a[maxn], b[maxn];
int n, m;
string s;int qpow(int a, int b){…
1 软件介绍 Microsoft Visual Studio 2022是Microsoft Visual Studio软件的一个高版本,能够编写和执行C/C代码,具有强大的功能,是开发C/C程序的主流软件。 Microsoft Visual Studio 2022有三个版本,分别是社区版(Commu…