You are on page 1of 1

#include <iostream>

using namespace std;


char s[256],ch;
int main()
{
cin>>ch;
for(int i=0;i<=25;i++)s[i]=ch;
cout<<s;
return 0;
}

You might also like