top of page

소스 코드 제출

공개·회원 50명

20250618

# c=input()
#
# c=int(c)
#
# e=0
#
# for i in range(1,c+1) :
#
#     if i%2==0 :
#
#         e=e+i
#
# print(e)
# c=input()
# c=int(c)
# e=0
# for i in range(1,10) :
#     e=c*i
#     print("%d*%d=%d"%(c,i,e))
# c,d = input().split()
# c=int(c)
# d=int(d)
# if c>d :
#      for i in range(d, c + 1, 1):
#           print(i )
# else :
#      for i in range(c,d+1,1) :
#           print(i )

a, b, c, n = map(int, input().split())
e = 0
e = a
for i in range(n) :
    e=e*b+c
print(e)



4회 조회
주소 : 경기도 용인시 광교중앙로 302 블루 스퀘어 602호
연락처 : 031) 216 - 1546 ,     031) 215 - 1546
사업자등록번호 : 465-92-00916
​학원 등록 제 4603호
bottom of page