API Response (JSON)
{
"problem": {
"name": "Too Many Requests",
"description": {
"content": "You are given positive integers $N$ and $M$. Print $N$ lines. The $i$\\-th line $(1\\leq i\\leq N)$ should contain `OK` if $i\\leq M$, and `Too Many Requests` otherwise.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc429_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $N$ and $M$. \nPrint $N$ lines. \nThe $i$\\-th line $(1\\leq i\\leq N)$ should contain `OK` if $i\\leq M$, and `Too Many Requests` otherwise.\n\n## Constraints\n\n* $1 \\leq N...",
"is_translate": false,
"language": "English"
}
]
}