API Response (JSON)
{
"problem": {
"name": "003. Triangle Sum",
"description": {
"content": "Triangles are one of the simplest geometric shapes. Equilateral triangles have the special property of all three of their sides being equal to each other. In this problem, you will be given a list of ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269003"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Triangles are one of the simplest geometric shapes. Equilateral triangles have the special property of all three of their sides being equal to each other. In this problem, you will be given a list of ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of equilateral triangles. \nLet $ T = (t_1, t_2, \\dots, t_n) $ be a sequence of positive integers, where $ t_i $ is the side length of the $ ...",
"is_translate": false,
"language": "Formal"
}
]
}