API Response (JSON)
{
"problem": {
"name": "Arithmetic Progression",
"description": {
"content": "Print an arithmetic sequence with first term $A$, last term $B$, and common difference $D$. You are only given inputs for which such an arithmetic sequence exists.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc340_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print an arithmetic sequence with first term $A$, last term $B$, and common difference $D$.\nYou are only given inputs for which such an arithmetic sequence exists.\n\n## Constraints\n\n* $1 \\leq A \\leq ...",
"is_translate": false,
"language": "English"
}
]
}