#include <iostream>

int main()
{
    std::cout << "M\na\nr\nr\ny" << std::endl;
}
