CF写题初始模板
#include <iostream>
#include <cstring>
#include <algorithm>
#include <cmath>
#define x first
#define y second
using namespace std;
const int N = 2e5+10;
typedef long long LL;
using namespace std;
int n,T;
int q[N];
void solve()
{
cin >> n;
}
int main()
{
cin >> T;
while (T --)
{
solve();
}
return 0;
}
万能头有时候会卡时,等你卡的时候就知道了