Editorial
There are initially lovebugs, and the number increases by each day. Therefore, during days, the number of additional lovebugs is .
The answer is . This value can exceed the range of a -bit integer, so a -bit integer should be used.
Solution written by GPT5.5