API Response (JSON)
{
"problem": {
"name": "Max Even",
"description": {
"content": "You are given a sequence $A=(A_1,A_2,\\ldots,A_N)$ of length $N$ consisting of non-negative integers. Determine if there is an even number represented as the sum of two different elements of $A$. If it",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc272_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $A=(A_1,A_2,\\ldots,A_N)$ of length $N$ consisting of non-negative integers.\nDetermine if there is an even number represented as the sum of two different elements of $A$. If it...",
"is_translate": false,
"language": "English"
}
]
}