#include<bits/stdc++.h> using namespace std; int main() { cout<<"My hobby is programming"; return 0; }