#include #include using namespace std; long long n,rez,nr,i; int main() { int t; cin>>t; for(; t; t--) { cin>>n; nr=rez=0; if(n&1) nr++; for(i=1; (1<