728x90
반응형

단순 사칙연산 문제이다.

N, C, T, P = map(int, input().split())
print((N-1)//C * T * P)
728x90
반응형

+ Recent posts