API Response (JSON)
{
"problem": {
"name": "D. Count Paths",
"description": {
"content": "You are given a graph with $n$ vertices (numbered $1$ through $n$) and $m$ *directed* edges. Count paths consisting of $k$ steps (edges) and print the answer modulo $10^9 + 7$. A path can visit the sa",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10264D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a graph with $n$ vertices (numbered $1$ through $n$) and $m$ *directed* edges. Count paths consisting of $k$ steps (edges) and print the answer modulo $10^9 + 7$. A path can visit the sa...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 1 \\leq k \\leq n $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of player skill levels. \nLet $ B = (b_1, b_2, \\dots, b_k) $ be a sequence of...",
"is_translate": false,
"language": "Formal"
}
]
}