House

0

0 votes
Problem

C men can build a house in N days.

TASK:
Write a program that will display how long it will take D men to build a house assuming all men work at the same rate.

INPUT:
0 < C < 100 men,
0 < N < 100 days,
0 < D < 100 men

OUTPUT:
Number of days

Time Limit: 2
Memory Limit: 256
Source Limit:
Editor Image

?