etc/Coding Test
[codeup] 95. 수 나열하기1
Jun's N
2021. 12. 25. 14:50
a,d,n = map(int, input().split())
print(a+d*(n-1))
728x90