##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
| # | Title | Points | Solved | Admin | |
|---|---|---|---|---|---|
You are given workers and jobs.
If worker is assigned to job , you gain profit .
You must assign each worker to exactly one job, and each job to exactly one worker. In other words, you must choose a permutation , where worker is assigned to job .
The score of an assignment is:
Let be the maximum possible score of an assignment.
You do not need to find an optimal assignment. You only need to output any assignment whose score is at least half of .
In other words, if the score of your assignment is , your output is accepted if .
The input is given in the following format:
For each test case, output a permutation .
This means each integer from to must appear exactly once. Worker will be assigned to job .
If the score of your assignment is , it must satisfy .
The output format is:
The shown assignment gives jobs to workers respectively.
Its score is .
This is not optimal: assigning jobs gives score . Still, the shown assignment is accepted because .