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