#include <iostream>

using namespace std;

int main() {
While (1)
	{cout<<"Люблю тебя моя прелесть";}
	return 0;
}