a = "1" * (ARGV[0].to_i/2) if ARGV[0].to_i%2 == 1 (a.to_s[0] = '7').to_i end puts a