#include #include #include using namespace atcoder; using mint = modint998244353; using namespace std; #define rep(i,n) for (int i = 0; i < (n); ++i) #define Inf32 1000000001 #define Inf64 1000000000000000001 void output(vector v){ cout<>ret; cout<>x>>y; if(x==y){ output({x,x,x,x}); } else{ output({x,y,y,y}); } return 0; }