API Response (JSON)
{
"problem": {
"name": "Floor Function",
"description": {
"content": "Given are integers $A$, $B$, and $N$. Find the maximum possible value of $floor(Ax/B) - A × floor(x/B)$ for a non-negative integer $x$ not greater than $N$. Here $floor(t)$ denotes the greatest intege",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc165_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $A$, $B$, and $N$.\nFind the maximum possible value of $floor(Ax/B) - A × floor(x/B)$ for a non-negative integer $x$ not greater than $N$.\nHere $floor(t)$ denotes the greatest intege...",
"is_translate": false,
"language": "English"
}
]
}