# coding: utf-8 # Your code here! year,week,holiday = input().split() print(int(holiday) / int(week) * int(year))