- 头文件
c++
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
void fc() {
}
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
int t = 1;
//std::cin>>t;
while (t--) fc();
return 0;
}