Hotel rooms
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A hotel has floors. The lobby, restaurant and gym are located on the first floor. The guestrooms are on -nd to -th floors. There are standard rooms on each floor. If each standard room can fit guests, what is the maximum number of guests that all the standard rooms can accommodate?
Input
Two positive integers and .
Output
Print the maximum number of guests that all the hotel standard rooms can accommodate.
Examples
Input #1
Answer #1
Submissions 26K
Acceptance rate 45%