#include<iostream>
#include<math.h>
using namespace std;
int main()
{
long int t,n;
cin>>t;
while(t--)
{
cout<<"abc";
}
return 0;
}