3373.New Year Candles

Time Limit: 1s Memory Limit: 256MB

Vasily the Programmer loves romance, so this year he decided to illuminate his room with candles.

Vasily has a candles.When Vasily lights up a new candle, it first burns for an hour and then it goes out. Vasily is smart, so he can make b went out candles into a new candle. As a result, this new candle can be used like any other new candle.

Now Vasily wonders: for how many hours can his candles light up the room if he acts optimally well? Help him find this number.

Input Format(From the terminal/stdin)

The single line contains two integers, a and b (1 \le a \le 1000;2 \le b \le 1000).

Output Format(To the terminal/stdout)

Print a single integer - the number of hours Vasily can light up the room for.

Sample Input 1

Copy
4 2
 · \n

Sample Output 1

Copy
7
 \n

Sample Input 2

Copy
6 3
 · \n

Sample Output 2

Copy
8
 \n

Hints

Consider the first sample. For the first four hours Vasily lights up new candles, then he uses four burned out candles to make two new ones and lights them up. When these candles go out (stop burning), Vasily can make another candle. Overall, Vasily can light up the room for 7 hours.

Submit

请先 登录

© 2025 FAQs