/*x := 1 y := 1 i := 60 while i { z := x + y y = x x = z print(z) i = i - 1 }*/ f := 2.0 a := int(pow(f, 2.0)) + 1 print(a)