API Response (JSON)
{
"problem": {
"name": "How many?",
"description": {
"content": "How many triples of non-negative integers $(a, b, c)$ satisfy $a+b+c \\leq S$ and $a \\times b \\times c \\leq T$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc214_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many triples of non-negative integers $(a, b, c)$ satisfy $a+b+c \\leq S$ and $a \\times b \\times c \\leq T$?\n\n## Constraints\n\n* $0 \\leq S \\leq 100$\n* $0 \\leq T \\leq 10000$\n* $S$ and $T$ are in...",
"is_translate": false,
"language": "English"
}
]
}