API Response (JSON)
{
"problem": {
"name": "Distinct Strings",
"description": {
"content": "You are given a string $S$ of length $3$ consisting of lowercase English letters. How many different strings can be obtained by permuting the characters in $S$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc225_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $3$ consisting of lowercase English letters.\nHow many different strings can be obtained by permuting the characters in $S$?\n\n## Constraints\n\n* $S$ is a string $S...",
"is_translate": false,
"language": "English"
}
]
}