#include <iostream.h>

using namespace std;

int main()
{
cout<<"Hello world! This is a program!"<<endl;
cout<<"Oh, and welcome to EoFF."<<endl;
return 0;
}