let inpt = Int(readLine()!)! let keta = inpt / 2 var ans = "" if inpt % 2 == 0 { ans = "1" } else { ans = "7" } for _ in 1..