Note

[codeup] 96. 수 나열하기2 본문

etc/Coding Test

[codeup] 96. 수 나열하기2

알 수 없는 사용자 2021. 12. 26. 19:56
728x90
a,r,n = map(int, input().split())
print(a*r**(n-1))

 

'etc > Coding Test' 카테고리의 다른 글

[codeup] 98. 함께 문제 푸는 날  (0) 2021.12.28
[codeup] 97. 수 나열하기3  (0) 2021.12.27
[codeup] 95. 수 나열하기1  (0) 2021.12.25
[codeup] 94. 3의 배수는 통과  (0) 2021.12.24
[codeup] 93. 거기까지! 이제 그만~  (0) 2021.12.23
Comments