#include using namespace std; int T; main() { cin>>T; for(;T--;) { int N;cin>>N; int n=N%21; string S=""; for(int t=0;t