#include <iostream>
using namespace std;
#include <bits/stdc++.h>

int main() {
	// your code goes here
	cout<<"priyanka i love u";
	return 0;
}