#include <iostream>
using namespace std;

int main ()
{
	cout<< "Programming is ";
	cout<< "great fun!";
	return 0;
	
}
