#include<bits/stdc++.h>
using namespace std;
int main(){
	while(true) {
		cout<<"Genshin impact\n";
	}
	return 0;
}