#include using namespace std; int main(){ int a; cin >> a; if(a==1){ cout << 1 << endl; return 0; } for(int i=a-1;i>=0;i--){ for(int j=0;j