#include using namespace std; int main() { int n; while (cin>>n) { while (n>3) { cout<<1; n-=2; } cout<<(n==3?7:1)<