#include #include #include using namespace std; using ll = long long; using P = pair; int main(void){ int x, y; cin >> x >> y; vector

ans; int c=x+1; for(int i=1; i<=x; i++){ int pre=i; for(int j=0; j