Editorial for LCC '25 Contest 1 J1 - Bob the Ghost


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: ninja888

In total, Bob's victim loses a \times b candies. Notice that in the problem constraints, N \geq ab, so the answer is simply outputting N - ab


Comments

There are no comments at the moment.