Skip to content

Baekjoon 17496

1. Problem

문제 확인하기

2. Solution

N, C, T, P = map(int, input().split())
print((N-1)//C * T * P)