#include using namespace std; #define all(v) (v).begin(),(v).end() #define pb(a) push_back(a) #define rep(i, n) for(int i=0;i> x >> y; cout << 4 << endl; cout << x << " " << y << " " << y << " " << y << endl; int a; cin >> a; cout << a << endl; return 0; }