API Response (JSON)
{
"problem": {
"name": "Counting Passes",
"description": {
"content": "$N$ people labeled $1,2,\\dots,N$ took an exam, and person $i$ scored $A_i$ points. Only those who scored at least $L$ points pass this exam. Determine how many people out of the $N$ have passed th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc330_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "$N$ people labeled $1,2,\\dots,N$ took an exam, and person $i$ scored $A_i$ points. \nOnly those who scored at least $L$ points pass this exam. \nDetermine how many people out of the $N$ have passed th...",
"is_translate": false,
"language": "English"
}
]
}