etc/Coding Test
[codeup] 96. 수 나열하기2
Jun's N
2021. 12. 26. 19:56
a,r,n = map(int, input().split())
print(a*r**(n-1))
728x90