API Response (JSON)
{
"problem": {
"name": "Ex - Intersection 2",
"description": {
"content": "There are $N$ lines in a two-dimensional plane. The $i$\\-th line is $A_i x + B_i y + C_i = 0$. It is guaranteed that no two of the lines are parallel. In this plane, there are $\\frac{N(N-1)}{2}$ inter",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 7000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc263_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ lines in a two-dimensional plane. The $i$\\-th line is $A_i x + B_i y + C_i = 0$. It is guaranteed that no two of the lines are parallel.\nIn this plane, there are $\\frac{N(N-1)}{2}$ inter...",
"is_translate": false,
"language": "English"
}
]
}