Positive integer timer_maximum is read from input, representing the time lapsed before a timer resets. Complete the for loop as follows:
Use curr_time as the loop variable.
Iterate through the decreasing sequence of all the integers from timer_maximum down to 1, both inclusive.