API Response (JSON)
{
"problem": {
"name": "Bichrome Cells",
"description": {
"content": "We have an $N \\times N$ square grid. We will paint each square in the grid either black or white. If we paint exactly $A$ squares white, how many squares will be painted black?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc074_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an $N \\times N$ square grid.\nWe will paint each square in the grid either black or white.\nIf we paint exactly $A$ squares white, how many squares will be painted black?\n\n## Constraints\n\n* $1...",
"is_translate": false,
"language": "English"
}
]
}