#include <bits/stdc++.h>

using namespace std;

int main() {
    cout << "I LOVE OI." << endl;
    return 0;
}