竞赛
考级
#include <bits/stdc++.h> using namespace std; typedef long long ll; const int MAXA = 2000000; int freq[MAXA + 5]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); }
提交答案之后,这里将显示提交结果~