#include<bits/stdc++.h> using namespace std; int main() { const char *a="I love China!"; int n; scanf("%d",&n); printf("%s\n",a+n); return 0; }