#include <iostream>

using namespace std;

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