API Response (JSON)
{
"problem": {
"name": "Avoid Prime Sum",
"description": {
"content": "You are given a positive integer $N$. Fill each square of a grid with $N$ rows and $N$ columns by writing a positive integer not greater than $N^2$ so that all of the following conditions are satisfie",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc149_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a positive integer $N$.\nFill each square of a grid with $N$ rows and $N$ columns by writing a positive integer not greater than $N^2$ so that all of the following conditions are satisfie...",
"is_translate": false,
"language": "English"
}
]
}