API Response (JSON)
{
"problem": {
"name": "B. Mahmoud and a Triangle",
"description": {
"content": "Mahmoud has _n_ line segments, the _i_\\-th of them has length _a__i_. Ehab challenged him to use **exactly 3** line segments to form a non-degenerate triangle. Mahmoud doesn't accept challenges unless",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF766B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Mahmoud has _n_ line segments, the _i_\\-th of them has length _a__i_. Ehab challenged him to use **exactly 3** line segments to form a non-degenerate triangle. Mahmoud doesn't accept challenges unless...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Mahmoud 有 #cf_span[n] 条线段,第 #cf_span[i] 条线段的长度为 #cf_span[ai]。Ehab 挑战他使用 *恰好 #cf_span[3]* 条线段组成一个非退化三角形。Mahmoud 只有在确信自己能赢时才会接受挑战,因此他请你告诉他是否应该接受这个挑战。给定线段的长度,请判断他是否能选出恰好 #cf_span[3] 条线段组成一个非退化三角形。\n\nMahmo...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given a set of $ n $ positive integers $ a_1, a_2, \\dots, a_n $ with $ 3 \\leq n \\leq 10^5 $ and $ 1 \\leq a_i \\leq 10^9 $, determine whether there exist three distinct indices $ i, j, k $ such that the...",
"is_translate": false,
"language": "Formal"
}
]
}