#include<iostream> #include <cstring> #include <cstdio> using namespace std; int main(){ cout<<2<<' '<<4<<' '<<7<<' '<<9<<endl; return 0; }