#include<iostream> using namespace std; int main(){ char ch; cin>>ch; cout<<' '<<ch<<endl<<' '<<ch<<ch<<ch<<endl<<ch<<ch<<ch<<ch<<ch }