Suppose you and your teammate Mixsx will attend the Namomo Camp. The Namomo Camp will happen in

consecutive days. We name the

-th day as day

(

). The cost of day

is

.
Unfortunately, the schedule of the Namomo Camp conflicts with Mixsx's final exams. Mixsx has final exams every day between day

and day

. The exact value of

and

have not been announced by his college so we assume that every pair of integers

and

satisfying

will be chosen with probability
%2F2)%7D)
. He decides to take all the exams and thus be absent from the Namomo Camp from day

to day

. His
loss will be

in this case.
As Mixsx's teammate, you want Mixsx to give up his final exams and come back to the Namomo Camp. You can prepare

plans before

and

are announced. In the

-th plan (

), you shut the electricity off to his college every day from day

to day

. You can choose the values of

and

as long as they are two integers satisfying

.
Once

and

are announced, you can choose a plan

(

) such that

. Then Mixsx will come back to the Namomo Camp on every day from day

to day

. His loss becomes

in this case. You will choose a plan that minimizes Mixsx's loss. If no plan

satisfies

, Mixsx will attend his final exams normally and his loss is

.
Please calculate the minimum possible expected loss

of Mixsx if you choose the

plans optimally. Output
%2F2)
for every

from 1 to
%2F2%7D)
.
Formally, given a list of

numbers
)
, define a loss function
%20%3D%20%5Csum_%7Bi%3DL%7D%5ER%20s_i)
. Given an integer

(
%20%2F%202)
), you should select

integers

satisfying

for all

, such that
is minimized. (
)
is defined as 0 if no

satisfies

and

.) Output the minimized value for every integer

in
%20%2F%202%5D%7D)
.