#include<bits/stdc++.h> using namespace std; int main() { cout<<2<<" "<<3<<" "<<5<<" "<<6; return 0; }