# include <bits/stdc++.h> using namespace std ; int main ( ) { cout << 2 << endl << 4 << endl << 7 << endl << 9 << endl ; return 0 ; }