#include using namespace std; typedef signed long long ll; #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x<(to);x++) #define FORR(x,arr) for(auto& x:arr) #define FORR2(x,y,arr) for(auto& [x,y]:arr) #define ALL(a) (a.begin()),(a.end()) #define ZERO(a) memset(a,0,sizeof(a)) #define MINUS(a) memset(a,0xff,sizeof(a)) template bool chmax(T &a, const T &b) { if(a bool chmin(T &a, const T &b) { if(a>b){a=b;return 1;}return 0;} //------------------------------------------------------- string S[3]={ "", "BBCCCFACAC", "ACCACCCCCCCCABACAAFFE", }; int T,N; void solve() { int i,j,k,l,r,x,y; string s; string V="1234567"; do { x=strtol(V.c_str(),NULL,8); stringstream ss; ss<'f') ok=0; c+='A'-'a'; } if(ok) S[0]=s; } while(next_permutation(ALL(V))); cin>>T; while(T--) { cin>>N; string R; for(x=0;x*21<=N;x++) for(y=0;x*21+y*10<=N;y++) if(R.empty()) { k=N-21*x-10*y; if(k%5) continue; k/=5; FOR(i,x) R+=S[2]; FOR(i,y) R+=S[1]; FOR(i,k) R+=S[0]; } if(R=="") R="-1"; cout<