API Response (JSON)
{
"problem": {
"name": "kcal",
"description": {
"content": "We have a drink that has $A$ kilocalories of energy per $100$ milliliters. How many kilocalories of energy does $B$ milliliters of this drink have?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc205_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a drink that has $A$ kilocalories of energy per $100$ milliliters. How many kilocalories of energy does $B$ milliliters of this drink have?\n\n## Constraints\n\n* $0 \\leq A, B \\leq 1000$\n* All...",
"is_translate": false,
"language": "English"
}
]
}