API Response (JSON)
{
"problem": {
"name": "Reordering",
"description": {
"content": "Given is a string $S$. How many different strings can be obtained as a permutation of a non-empty, **not necessarily contiguous** subsequence of $S$? Since the count can be enormous, print it modulo $",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc234_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a string $S$. How many different strings can be obtained as a permutation of a non-empty, **not necessarily contiguous** subsequence of $S$?\nSince the count can be enormous, print it modulo $...",
"is_translate": false,
"language": "English"
}
]
}