#include using namespace std; typedef long long ll; typedef vector vi; typedef vector vl; typedef complex P; typedef pair pii; #define REP(i,n) for(ll i=0;i>n; string res = ""; ll t = n; int len = 0; ll sum = 0; ll c = 26; while(t){ ++len; sum += c; if(t