API Response (JSON)
{
"problem": {
"name": "1. Nuclear Reactor",
"description": {
"content": "Dream Land has $n$ nuclear reactor plants. Each of the plants is positioned on a straight line $p_i$ ($1 <= p_i <= 10^(18)$) At the beginning, all plants are inactive. The president of Dream Land want",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Dream Land has $n$ nuclear reactor plants. Each of the plants is positioned on a straight line $p_i$ ($1 <= p_i <= 10^(18)$) At the beginning, all plants are inactive. The president of Dream Land want...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你正在为即将举行的线下编程竞赛制作若干条标语,每条标语上都要写有 \"coderams\"。然而,你拥有的字母贴纸数量有限。你只有一条包含 $n$ 个 lowercase 字母贴纸的长字符串。你的任务是,根据你拥有的字母贴纸,计算出最多能制作多少条完整的标语(标语必须完整写出 \"coderams\",而不能只是部分字符串)。\n\n输入的第一行是一个正整数 $n$ $(1 \\le n \\le 10^5)$:...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of letter stickers, with $ 1 \\le n \\le 10^5 $. \nLet $ S $ be a string of length $ n $, consisting of lowercase English letters, representing t...",
"is_translate": false,
"language": "Formal"
}
]
}