uri 2926 solution in cpp
by ujjal roy
#include<bits/stdc++.h>
using namespace std;
main()
{
int i,j;
cin>>i;
cout<<"Ent";
for(j=1;j<=i;j++) cout<<"a";
cout<<"o eh N";
for(j=1;j<=i;j++) cout<<"a";
cout<<"t";
for(j=1;j<=i;j++) cout<<"a";
cout<<"l!"<<endl;
return 0;
}
0 Comments