#include<bits/stdc++.h>
#define int long long
#define endl '\n'
using namespace std;
//const int N = ;
void cf()
{
int n;
cin>>n;
}
signed main()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
int t;
cin>>t;
while(t--)
cf();
return 0;
}