#D11511. Sushi
Sushi
Sushi
Input
The input is given from Standard Input in the following format:
Output
- You have to print lines.
- The -th line should contain the number of dishes of sushi had eaten for customer .
Constraints
- Any final results do not exceed .
Subtasks
Subtask 1 [ points ]
Subtask 2 [ points ]
Subtask 3 [ points ]
Subtask 4 [ points ]
- There are no additional constraints.
Output
- You have to print lines.
- The -th line should contain the number of dishes of sushi had eaten for customer .
Constraints
- Any final results do not exceed .
Subtasks
Subtask 1 [ points ]
Subtask 2 [ points ]
Subtask 3 [ points ]
Subtask 4 [ points ]
- There are no additional constraints.
Input
The input is given from Standard Input in the following format:
Examples
Input
9 3 5 11 8 4 4 7
Output
4 4 4 4 2 2 1 1 0
Input
6 6 3 5 6 11 1 6 4 7 5 2 2 5
Output
10 10 5 5 4 2
Input
5 6 1 1 2 1 3 1 1 1 5 1 3 1
Output
2 2 1 1 0
Input
10 10 10 10 9 20 8 30 7 40 6 50 5 60 4 70 3 80 2 90 1 100
Output
223 123 77 50 33 21 12 7 3 1
inputFormat
Input
The input is given from Standard Input in the following format:
outputFormat
Output
- You have to print lines.
- The -th line should contain the number of dishes of sushi had eaten for customer .
Constraints
- Any final results do not exceed .
Subtasks
Subtask 1 [ points ]
Subtask 2 [ points ]
Subtask 3 [ points ]
Subtask 4 [ points ]
- There are no additional constraints.
Output
- You have to print lines.
- The -th line should contain the number of dishes of sushi had eaten for customer .
Constraints
- Any final results do not exceed .
Subtasks
Subtask 1 [ points ]
Subtask 2 [ points ]
Subtask 3 [ points ]
Subtask 4 [ points ]
- There are no additional constraints.
Input
The input is given from Standard Input in the following format:
Examples
Input
9 3 5 11 8 4 4 7
Output
4 4 4 4 2 2 1 1 0
Input
6 6 3 5 6 11 1 6 4 7 5 2 2 5
Output
10 10 5 5 4 2
Input
5 6 1 1 2 1 3 1 1 1 5 1 3 1
Output
2 2 1 1 0
Input
10 10 10 10 9 20 8 30 7 40 6 50 5 60 4 70 3 80 2 90 1 100
Output
223 123 77 50 33 21 12 7 3 1
样例
6 6
3 5
6 11
1 6
4 7
5 2
2 5
10
10
5
5
4
2
</p>