#include<bits/stdc++.h> using namespace std; int main(){ int n; for i in range(n,0,-1): print('*' * i) }