API Response (JSON)
{
"problem": {
"name": "140. Continental Breakfast",
"description": {
"content": "You're eating at a continental breakfast in a hotel, and there are two menu options. Each menu option consists of several food items. You want to find how many food items are contained in both menus. ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269140"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You're eating at a continental breakfast in a hotel, and there are two menu options. Each menu option consists of several food items. You want to find how many food items are contained in both menus.\n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ M_1 = \\{s_{1,1}, s_{1,2}, \\dots, s_{1,n_1}\\} $ be the set of food items on the first menu. \nLet $ M_2 = \\{s_{2,1}, s_{2,2}, \\dots, s_{2,n_2}\\} $ be the set of food items on th...",
"is_translate": false,
"language": "Formal"
}
]
}