2 20 8 20 12
24 20 For the first test case, while only $20$ leaflets can be handed out without cloning, $24$ leaflets can be handed out by cloning first and two people handing out$12$ leaflets each. For the second test case, since two people can only hand out $8$ leaflets each if Eli- $1$ clones, she should hand out $20$ leaflets without cloning.
1 20 3
67 One way of handing out 67 leaflets is like the following image. Each black line means cloning, and each red line means handing out.  This case satisfies the constraint of the partial score.
1 200 1
148322100 Note that the value modulo $1000000007$ ( $10^9 + 7$ ) must be printed. This case satisfies the constraint of the partial score.
{
"problem": {
"name": "Handing out leaflets",
"description": {
"content": "Eli- $1$ started a part-time job handing out leaflets for $N$ seconds. Eli- $1$ wants to hand out as many leaflets as possible with her special ability, Cloning. Eli- $gen$ can perform two kinds of ac",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "kupc2016_i"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Eli- $1$ started a part-time job handing out leaflets for $N$ seconds. Eli- $1$ wants to hand out as many leaflets as possible with her special ability, Cloning. Eli- $gen$ can perform two kinds of ac...",
"is_translate": false,
"language": "English"
}
]
}