Hide

Problem A
E-Days Ore Cart Pull

Every year during the Spring semester, Colorado School of Mines has a huge celebration called E-Days.

During this celebration, there are all sorts of exciting and fun activities. There are concerts, a trebuchet building contests, a cardboard boat race down Clear Creek, a massive fireworks show, and many more fun traditions.

One of the most anticipated activities of all of E-Days is the ore cart pull. Colorado School of Mines students parade from Golden, down Colfax Avenue, to the state capitol building in Denver. On the way, the students sing the fight song, and pull the Mines ore cart. At the capitol, the governor reads an E-Days proclamation. Then, the ore cart is taken back to Golden.

Input

The input consists of three lines. The first line contains a single integer, $m$ ($0 \le m \le 10\, 000$), representing the number of miles from the start of the parade to the capitol. The next line contains a single integer, $n$ ($1 \le n \le 10\, 000$), representing the number of students who participated in the parade. The third line contains a single integer, $t$ ($-50 \le t \le 110$), representing the air temperature in Fahrenheit at the capitol building when the ore cart arrived.

Output

The number of miles the ore cart traveled.

Sample Input 1 Sample Output 1
12
1024
74
24

Please log in to submit a solution to this problem

Log in