#include using namespace std; string s="";long n; main() { cin>>n;n++; while(n>0){ char c=--n%26+65; s=c+s; n/=26; } cout<