The initial value is used for z from left to right. Then expressions are evaluated from right to left. In other words, every expression z+=f(z) is the same as z = z+f(z), where all left summands are equal to 1. Therefore the result will be 1+1+1+1+1 = 5.
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать