API Response (JSON)
{
"problem": {
"name": "Colorful Subsequence",
"description": {
"content": "You are given a string $S$ of length $N$. Among its subsequences, count the ones such that all characters are different, modulo $10^9+7$. Two subsequences are considered different if their characters ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc031_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$. Among its subsequences, count the ones such that all characters are different, modulo $10^9+7$. Two subsequences are considered different if their characters ...",
"is_translate": false,
"language": "English"
}
]
}