API Response (JSON)
{
"problem": {
"name": "A Unique Letter",
"description": {
"content": "You are given a string $S$ of length $3$. Print a character that occurs only once in $S$. If there is no such character, print `-1` instead.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc260_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $3$. \nPrint a character that occurs only once in $S$. \nIf there is no such character, print `-1` instead.\n\n## Constraints\n\n* $S$ is a string of length $3$ cons...",
"is_translate": false,
"language": "English"
}
]
}