#include using namespace std; int main(){ int N; int i; cin >> N; if(N%2 != 0) {cout << '7'; N-=3;} int num = N/2; for(i=0; i