//本程序用于熟悉机器以及开启牛客网博客

#include<bits/stdc++.h>
using namespace std;

int main()
{     cout<<"hello world"<<endl;     return 0;
}