API Response (JSON)
{
"problem": {
"name": "J. Triangles",
"description": {
"content": "Tom has just found out that he can’t make a triangle using three line segments of lengths 1, 2 and 5. He has lots of different line segments and wants to know how many different triangles he can make.",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10048J"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Tom has just found out that he can’t make a triangle using three line segments of lengths 1, 2 and 5. He has lots of different line segments and wants to know how many different triangles he can make....",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ k \\in \\{1, \\dots, T\\} $: \n- Let $ N_k \\in \\mathbb{Z} $ denote the number of line segments. \n- Let $ A_k...",
"is_translate": false,
"language": "Formal"
}
]
}