API Response (JSON)
{
"problem": {
"name": "Sequence of Strings",
"description": {
"content": "You are given $N$ strings $S_1,S_2,\\ldots,S_N$ in this order. Print $S_N,S_{N-1},\\ldots,S_1$ in this 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": "abc284_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ strings $S_1,S_2,\\ldots,S_N$ in this order.\nPrint $S_N,S_{N-1},\\ldots,S_1$ in this order.\n\n## Constraints\n\n* $1\\leq N \\leq 10$\n* $N$ is an integer.\n* $S_i$ is a string of lengt...",
"is_translate": false,
"language": "English"
}
]
}