#include <iostream>
using namespace std;

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