#include using namespace std; int main() { for(;;) cout << "e"; return 0; }