API Response (JSON)
{
"problem": {
"name": "Spread",
"description": {
"content": "You are given a string $S$ consisting of uppercase English letters. Separate each character of $S$ with a space and print them one by one in order.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc329_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ consisting of uppercase English letters. Separate each character of $S$ with a space and print them one by one in order.\n\n## Constraints\n\n* $S$ is a string consisting of u...",
"is_translate": false,
"language": "English"
}
]
}