#include <bits/stdc++.h> using namespace std; string s; int main(){ cin>>s; cout<<s<<'pp'<<endl; return 0; }
思路似乎没错