API Response (JSON)
{
"problem": {
"name": "Triangle (Easier)",
"description": {
"content": "You are given a simple undirected graph with $N$ vertices and $M$ edges. The vertices are numbered $1, \\dots, N$, and the $i$\\-th $(1 \\leq i \\leq M)$ edge connects Vertex $U_i$ and Vertex $V_i$. Find ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc262_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a simple undirected graph with $N$ vertices and $M$ edges. The vertices are numbered $1, \\dots, N$, and the $i$\\-th $(1 \\leq i \\leq M)$ edge connects Vertex $U_i$ and Vertex $V_i$.\nFind ...",
"is_translate": false,
"language": "English"
}
]
}