
No License
Python
2019年05月28日
r, D, x2 = map(int, input().split())
for _ in range(0, 10):
nx = r * x2 - D
print(nx)
x2 = nx
No one still commented. Please first comment.
Output