API Response (JSON)
{
"problem": {
"name": "F. Simple Cycles Edges",
"description": {
"content": "You are given an undirected graph, consisting of $n$ vertices and $m$ edges. The graph does not necessarily connected. Guaranteed, that the graph does not contain multiple edges (more than one edges b",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF962F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an undirected graph, consisting of $n$ vertices and $m$ edges. The graph does not necessarily connected. Guaranteed, that the graph does not contain multiple edges (more than one edges b...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给定一个无向图,包含 $n$ 个顶点和 $m$ 条边。该图不一定连通。保证图中不含重边(顶点对之间多于一条边)或自环(从顶点到自身的边)。\n\n图中的一个环被称为简单环,如果它恰好包含每个自身顶点一次。因此,简单环不允许在环中多次访问同一个顶点。\n\n确定属于_恰好一个_简单环的边。 \n\n第一行包含两个整数 $n$ 和 $m$ $(1 lt.eq n lt.eq 100 thin 000$, $0...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ G = (V, E) $ be an undirected graph with: \n- $ V = \\{v_1, v_2, \\dots, v_n\\} $, $ |V| = n $, \n- $ E = \\{e_1, e_2, \\dots, e_m\\} $, $ |E| = m $, where each edge $ e_i = \\{u_i, v...",
"is_translate": false,
"language": "Formal"
}
]
}