API Response (JSON)
{
"problem": {
"name": "A. Aramic script",
"description": {
"content": "In Aramic language words can only represent objects. Words in Aramic have special properties: * A word is a _root_ if it does not contain the same letter more than once. * A _root_ and all its p",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF975A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In Aramic language words can only represent objects.\n\nWords in Aramic have special properties:\n\n* A word is a _root_ if it does not contain the same letter more than once.\n* A _root_ and all its p...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在阿兰语中,单词只能表示物体。\n\n阿兰语的单词具有特殊性质:\n\n你有一份古老的阿兰语手稿。手稿中提到了多少个*不同的物体*?\n\n第一行包含一个整数 $n$ ($1 lt.eq n lt.eq 10^3$) —— 手稿中的单词数量。\n\n第二行包含 $n$ 个单词 $s_1, s_2, dots.h, s_n$ —— 手稿本身。每个字符串的长度不超过 $10^3$。\n\n保证所有字符串中的字符均为小写拉...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of words in the script. \nLet $ S = (s_1, s_2, \\dots, s_n) $ be a sequence of strings, where each $ s_i $ consists of lowercase Latin letters.\n...",
"is_translate": false,
"language": "Formal"
}
]
}