Cost of call
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the cost of a phone call in kopecks with duration of seconds, if the connecting cost is kop., the tariffication is per minute, that is the first second of each minute is charged to pay kop.
Input
Three non-negative integers and .
Output
Print the cost of a phone call in kopecks.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 18%