def j(a):print a j(reduce(lambda a,b:a+b if int(a)%7 else j(a) or b,raw_input()))