Ответ: x=-1p=1a=[]while x!=0:    x=int(input())    p*=x    a+=[p]for i in a:    print(i)