API Response (JSON)
{
"problem": {
"name": "Discount",
"description": {
"content": "A shop sells a product whose regular price is $A$ yen (Japanese currency) for $B$ yen. By what percentage of the regular price is this product discounted?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc193_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A shop sells a product whose regular price is $A$ yen (Japanese currency) for $B$ yen. By what percentage of the regular price is this product discounted?\n\n## Constraints\n\n* $A$ and $B$ are integers...",
"is_translate": false,
"language": "English"
}
]
}