API Response (JSON)
{
"problem": {
"name": "D. Choose Place",
"description": {
"content": "A classroom in a school has six rows with 3 desks in each row. Two people can use the same desk: one sitting on the left and one sitting on the right. Some places are already occupied, and some place",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF926D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A classroom in a school has six rows with 3 desks in each row. Two people can use the same desk: one sitting on the left and one sitting on the right.\n\nSome places are already occupied, and some place...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "一间教室有六排,每排有 #cf_span[3] 张课桌。每张课桌可以供两人使用:一人坐左边,一人坐右边。\n\n一些位置已被占用,一些位置是空的。Petya 刚刚进入教室,想要占据最方便的位置。各个位置的便利程度如下图所示:\n\n其中,最上排的课桌离黑板最近,最下排的课桌离黑板最远。\n\n你将获得教室的布局图,其中 '_*_' 表示已被占用的位置,'_._' 表示空位,过道用 '_-_' 表示。\n\n请找出...",
"is_translate": true,
"language": "Chinese"
}
]
}