#include <stdio.h> // for getchar
#include <iostream> // for cout
using namespace std;
// for cout
void main()
{
cout <<
"a"
<< endl;
getchar();
}