#include <iostream>
#include <fstream>
#include <string>
using namespace std;

int main()
{
    cout << "lol";
    return 0;
}
