#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int T; cin >> T; while(T--){ long long N; cin >> N; long long X = 0,Y = 0; for(int i=59; i>=0; i--) if(N&(1LL<