API Response (JSON)
{
"problem": {
"name": "A*B*C",
"description": {
"content": "Given a positive integer $K$, find the number of triples of positive integers $(A, B, C)$ such that $ABC \\leq K$. Two triples that only differ in the order of numbers are also distinguished.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc113_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a positive integer $K$, find the number of triples of positive integers $(A, B, C)$ such that $ABC \\leq K$. Two triples that only differ in the order of numbers are also distinguished.\n\n## Const...",
"is_translate": false,
"language": "English"
}
]
}