API Response (JSON)
{
"problem": {
"name": "Multiplication 3",
"description": {
"content": "Compute $A \\times B$, truncate its fractional part, and print the result as an integer.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc169_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Compute $A \\times B$, truncate its fractional part, and print the result as an integer.\n\n## Constraints\n\n* $0 \\leq A \\leq 10^{15}$\n* $0 \\leq B < 10$\n* $A$ is an integer.\n* $B$ is a number with...",
"is_translate": false,
"language": "English"
}
]
}