API Response (JSON)
{
"problem": {
"name": "A. Text Volume",
"description": {
"content": "You are given a text of single-space separated words, consisting of small and capital Latin letters. _Volume_ of the word is number of capital letters in the word. _Volume_ of the text is maximum _vo",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF837A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a text of single-space separated words, consisting of small and capital Latin letters.\n\n_Volume_ of the word is number of capital letters in the word. _Volume_ of the text is maximum _vo...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "给定一个由空格分隔的单词组成的文本,单词仅包含小写和大写拉丁字母。\n\n一个单词的 _体积_ 是其中大写字母的数量。文本的 _体积_ 是文本中所有单词的最大 _体积_。\n\n请计算给定文本的 _体积_。\n\n第一行包含一个整数 #cf_span[n] (#cf_span[1 ≤ n ≤ 200]) — 文本的长度。\n\n第二行包含由空格分隔的单词 #cf_span[s1, s2, ..., si] 的文本...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the text (number of characters). \nLet $ S $ be a string of length $ n $, consisting of single-space-separated words made of uppercase and l...",
"is_translate": false,
"language": "Formal"
}
]
}