API Response (JSON)
{
"problem": {
"name": "[COCI 2022/2023 #5] Kalendar",
"description": {
"content": "Magdalena 喜欢日历,她为每个月制作自己的日历。 每月的每一天都正好用三个字符表示: - 如果天数是一位数,则表示为 `..X`。例如:数字 $7$ 被表示为 `..7`。 - 如果天数是两位数,那么它表示为 `.XY`。例如:数字 $17$ 被表示为 `.17`。 日历的每一行代表一个星期,每个星期由 $7$ 天组成。如果 一周没有所有的 $7$ 天(因为有可能这个月不是从星期一开",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9177"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Magdalena 喜欢日历,她为每个月制作自己的日历。\n\n每月的每一天都正好用三个字符表示:\n\n- 如果天数是一位数,则表示为 `..X`。例如:数字 $7$ 被表示为 `..7`。\n- 如果天数是两位数,那么它表示为 `.XY`。例如:数字 $17$ 被表示为 `.17`。\n\n日历的每一行代表一个星期,每个星期由 $7$ 天组成。如果\n一周没有所有的 $7$ 天(因为有可能这个月不是从星期一开...",
"is_translate": false,
"language": "English"
}
]
}