API Response (JSON)
{
"problem": {
"name": "054. When is my meeting?",
"description": {
"content": "You have a meeting on a specific date. Given the current date and the date of the meeting, return how many days there are until the meeting. The first line will contain the first date and the second",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269054"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a meeting on a specific date. Given the current date and the date of the meeting, return how many days there are until the meeting. \n\nThe first line will contain the first date and the second...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ D_1 = (m_1, d_1, y_1) $ be the current date, and $ D_2 = (m_2, d_2, y_2) $ be the meeting date, where $ m_i \\in \\{1, \\dots, 12\\} $, $ d_i \\in \\{1, \\dots, 31\\} $, $ y_i \\in \\mat...",
"is_translate": false,
"language": "Formal"
}
]
}