#include<bits/stdc++.h> using namespace std; int main() { string x; cin>>x; cout<<" "+x<<endl<<" "+x+x+x<<endl<<x+x+x+x+x; return 0; }