#include using namespace std; using ll = long long; using P = pair; #define rep(i,n) for(int i=0;i> n; for (int i=n-1;i>=0;i--){ for (int j=i;j>=0;j--){ cout << n; } cout << endl; } return 0; }