#include <iostream>
using namespace std;

int main() {
   int row;
    cin>>row;
    cout<<" u have entered "<<row<<" rows "<<endl;

    for(int i=1; i<=row ; i++){
        cout<<"*****"<<endl;
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: