#include using namespace std; int main() { int X, Y; cin >> X >> Y; cout << X << " " << Y << " " << Y << " " << Y << endl; int t; cin >> t; cout << t << endl; return 0; }