시간 제한 | 메모리 제한 | 제출 | 정답 | 맞힌 사람 | 정답 비율 |
---|---|---|---|---|---|
2 초 | 512 MB | 1020 | 772 | 718 | 76.140% |
After a long time at home during the quarantine, in November you decided to go to work by bicycle! Since you do not have your own bicycle, you have to rent one. The bike rental allows you to choose one of two monthly options:
There are $21$ working days in November, and you spend $T$ minutes commuting to work and back home in total every day. Calculate how many roubles you would spend if you use either one of two monthly options.
The first four lines of the input contain integers $a$, $x$, $b$, and $y$ ($0 \leq a, x, b, y \leq 100$), each on a separate line. The last line contains a single integer $T$ ($1 \leq T \leq 1440$) --- the total time spent on a bicycle during each day.
The only line of the output should contain two integers --- the amount of money you would spend on the first option and the second option, respectively.
10 1 20 5 50
430 545
10 10 10 10 42
2530 10
10 10 10 10 27
10 10