#include using namespace std; int main() { int x, y; cin >> x >> y; cout << 4 << endl; cout << x << " " << y << " " << y << " " << y << endl; int t; cin >> t; cout << t << endl; }