API Response (JSON)
{
"problem": {
"name": "Three Cells per Row and Column",
"description": {
"content": "We have a grid board with $N$ rows and $N$ columns. Paint every square black or white to satisfy all of the conditions below. * For each row, exactly three of the squares in that row are painted bl",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc056_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a grid board with $N$ rows and $N$ columns.\nPaint every square black or white to satisfy all of the conditions below.\n\n* For each row, exactly three of the squares in that row are painted bl...",
"is_translate": false,
"language": "English"
}
]
}