#include<bits/stdc++.h>
using namespace std;
int main(){
	while(1){
	    cout<<"rp++!"<<endl;
	}
	return 0;
	
}