/*yukicoder April Fool Contest 2022 B*/ #include using namespace std; int main(){ int i; cin>>i; while(i--)cout<<'a'; return 0; }