#include <iostream>
using namespace std;

int main(void)
{
    cout << "へろ〜わ〜るど" << endl;
    return 0;
}

