#include <iostream>

using namespace std;

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