9 4 9 3 0 0 2 99 4 0 0 6 2 0 4
4 For $i = 1$, update $B$ to $(6, 2, 5, 4)$ and $C = (9, 3, 0, 0)$ to $(9, 3, 7.5, 6)$, and take $t = 2/3$. Finally, $B$ and $C$ will match. For $i = 2, 3, 4$, it is possible to make $B$ and $C$ match by performing appropriate operations, but for $i = 5, 6$, it is impossible. Therefore, since $i = 1, 2, 3, 4$ meet the condition, output $4$ as the answer.
8 2 0 0 0 0 0 0 0 0 0 0
7
{
"problem": {
"name": "Incomplete Notes",
"description": {
"content": "You are given two sequences of non-negative integers, $A = (A_1, \\dots, A_N)$ and $B = (B_1, \\dots, B_M)$, each of length $N$ and $M$, respectively. Find the number of integers $i$ that satisfy $1 \\le",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "1202Contest_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two sequences of non-negative integers, $A = (A_1, \\dots, A_N)$ and $B = (B_1, \\dots, B_M)$, each of length $N$ and $M$, respectively.\nFind the number of integers $i$ that satisfy $1 \\le...",
"is_translate": false,
"language": "English"
}
]
}