#include using namespace std; int main() { cout << "I LOVE OI." << endl; return 0; }