API Response (JSON)
{
"problem": {
"name": "Nearest Fraction",
"description": {
"content": "You are given a positive real number $r$ less than $1$, and a positive integer $N$. Among the pair of integers $(p,q)$ such that $0\\leq p\\leq q\\leq N$ and $\\gcd(p,q)=1$, find the one that minimizes $\\",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc333_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a positive real number $r$ less than $1$, and a positive integer $N$.\nAmong the pair of integers $(p,q)$ such that $0\\leq p\\leq q\\leq N$ and $\\gcd(p,q)=1$, find the one that minimizes $\\...",
"is_translate": false,
"language": "English"
}
]
}