#include <iostream> #include <cstring> #include <algorithm> using namespace std; int a,b,c,d; int main() { cin>>a>>b>>c>>d; int x = b; int y = c; int z = c; cout<<x<<' '<<y<<' '<<z<<' '; }