#include #include #include #include #include using namespace std; typedef long long int ll; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); int n; cin >> n; if(n==1){ cout << 1 << endl; return 0; } for(int i=n-1;i>=0;i--){ for(int j=0;j