API Response (JSON)
{
"problem": {
"name": "Beginning",
"description": {
"content": "You are given four digits $N_1, N_2, N_3$ and $N_4$. Determine if these can be arranged into the sequence of digits \"$1974$\".",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "keyence2019_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given four digits $N_1, N_2, N_3$ and $N_4$. Determine if these can be arranged into the sequence of digits \"$1974$\".\n\n## Constraints\n\n* $0 \\leq N_1, N_2, N_3, N_4 \\leq 9$\n* $N_1, N_2, N_3...",
"is_translate": false,
"language": "English"
}
]
}