API Response (JSON)
{
"problem": {
"name": "E. Points, Lines and Ready-made Titles",
"description": {
"content": "You are given _n_ distinct points on a plane with integral coordinates. For each point you can either draw a vertical line through it, draw a horizontal line through it, or do nothing. You consider s",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF872E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given _n_ distinct points on a plane with integral coordinates. For each point you can either draw a vertical line through it, draw a horizontal line through it, or do nothing.\n\nYou consider s...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定平面上 #cf_span[n] 个坐标为整数的互不相同的点。对于每个点,你可以选择:过该点画一条竖直线,过该点画一条水平线,或者什么都不做。\n\n你将重合的直线视为同一条。问你能得到多少种不同的图案?请输出答案对 #cf_span[109 + 7] 取模的结果。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ≤ 105]) —— 点的数量。\n\n接下来 #cf_sp...",
"is_translate": true,
"language": "Chinese"
}
]
}