API Response (JSON)
{
"problem": {
"name": "gacha",
"description": {
"content": "You drew lottery $N$ times. In the $i$\\-th draw, you got an item of the kind represented by a string $S_i$. How many kinds of items did you get?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc164_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You drew lottery $N$ times. In the $i$\\-th draw, you got an item of the kind represented by a string $S_i$.\nHow many kinds of items did you get?\n\n## Constraints\n\n* $1 \\leq N \\leq 2\\times 10^5$\n* $...",
"is_translate": false,
"language": "English"
}
]
}