1 1 2 2
14 For example, there are two paths from the point $(0, 0)$ to the point $(1, 1)$: $(0,0)$ → $(0,1)$ → $(1,1)$ and $(0,0)$ → $(1,0)$ → $(1,1)$, so $f(1,1)=2$. Similarly, $f(1,2)=3$, $f(2,1)=3$, and $f(2,2)=6$. Thus, the sum is $14$.
314 159 2653 589
602215194
{
"problem": {
"name": "Many Many Paths",
"description": {
"content": "Snuke is standing on a two-dimensional plane. In one operation, he can move by $1$ in the positive $x$\\-direction, or move by $1$ in the positive $y$\\-direction. Let us define a function $f(r, c)$ as ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc154_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke is standing on a two-dimensional plane. In one operation, he can move by $1$ in the positive $x$\\-direction, or move by $1$ in the positive $y$\\-direction.\nLet us define a function $f(r, c)$ as ...",
"is_translate": false,
"language": "English"
}
]
}