''' 这个题说了一大堆,最后你可以不要脸的问老板借一还一,双手叉腰走人,不留下一点垃圾。也就是说,只要去算你有的内不能整除就完事了 ''' while True: n=int(input()) if n==0:break print(n//2)