API Response (JSON)
{
"problem": {
"name": "Plus Matrix",
"description": {
"content": "Given is an $N \\times N$ matrix $C$ whose elements are non-negative integers. Determine whether there is a pair of sequences of non-negative integers $A_1,A_2,\\ldots,A_N$ and $B_1,B_2,\\ldots,B_N$ such",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc115_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an $N \\times N$ matrix $C$ whose elements are non-negative integers. Determine whether there is a pair of sequences of non-negative integers $A_1,A_2,\\ldots,A_N$ and $B_1,B_2,\\ldots,B_N$ such...",
"is_translate": false,
"language": "English"
}
]
}