{"problem":{"name":"Bounding","description":{"content":"A ball will bounce along a number line, making $N + 1$ bounces. It will make the first bounce at coordinate $D_1 = 0$, and the $i$\\-th bounce $(2 \\leq i \\leq N+1)$ at coordinate $D_i = D_{i-1} + L_{i-","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc130_b"},"statements":[{"statement_type":"Markdown","content":"A ball will bounce along a number line, making $N + 1$ bounces. It will make the first bounce at coordinate $D_1 = 0$, and the $i$\\-th bounce $(2 \\leq i \\leq N+1)$ at coordinate $D_i = D_{i-1} + L_{i-1}$.\nHow many times will the ball make a bounce where the coordinate is at most $X$?\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $1 \\leq L_i \\leq 100$\n*   $1 \\leq X \\leq 10000$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $X$\n$L_1$ $L_2$ $...$ $L_{N-1}$ $L_N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc130_b","tags":[],"sample_group":[["3 6\n3 4 5","2\n\nThe ball will make a bounce at the coordinates $0$, $3$, $7$ and $12$, among which two are less than or equal to $6$."],["4 9\n3 3 3 3","4\n\nThe ball will make a bounce at the coordinates $0$, $3$, $6$, $9$ and $12$, among which four are less than or equal to $9$."]],"created_at":"2026-03-03 11:01:13"}}