API Response (JSON)
{
"problem": {
"name": "133. Question-able Difficulty",
"description": {
"content": "You consider a string to be a _question_ if its last character is a question mark. Given a string, figure out whether or not it is a question. The only line of input contains a single string $s$. If",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269133"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You consider a string to be a _question_ if its last character is a question mark. Given a string, figure out whether or not it is a question.\n\nThe only line of input contains a single string $s$.\n\nIf...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be the input string, where $ \\Sigma $ is the set of printable ASCII characters.\n\n**Constraints** \n$ s $ is non-empty and consists of characters from the ASCII...",
"is_translate": false,
"language": "Formal"
}
]
}