Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
For n > 2, n % (n - 1) == 1 thus n - 1 will be added on the board the next day.
As the operations are performed for so long time, all the numbers lesser than n except 1 will be added to the board.
What will happen if n == 1?