#include int main(){ int n,s=0,a=1; scanf("%d", &n); if(n%2){ printf("7"); n-=3; } for(;n>0;n-=2) printf("1"); printf("\n"); return 0; }