#include using namespace std; typedef long long ll; int main(){ int t; cin>>t; while(t--){ ll n;cin>>n; ll ok=1; ll ng=1000000001; while(ng-ok>1){ //cout<n){ ng=mid; } else{ ok=mid; } } cout<