| TheForces Round #36 (Starters-Forces) |
|---|
| Закончено |
There are $$$x$$$ interviewers numbered from $$$1$$$ to $$$x$$$. Each of the interviewers can conduct at most $$$y$$$ interviews per day. An interview consists of $$$z$$$ different interviewers interviewing one participant.
Calculate the maximum number of participants that can be interviewed in a day (in other words, interviews that can be conducted in a day) and output any one of the schemes.
The first line contains a single integer $$$t$$$ ($$$1 \le t \le 10^3$$$) — the number of test cases.
For each test case:
For each test case,
If there are multiple schemes, you can output any.
33 1 23 2 24 10 5
1 1 2 3 1 2 2 3 1 3 0
| Название |
|---|


