API Response (JSON)
{
"problem": {
"name": "050. The Array Checker-inator!",
"description": {
"content": "Given two arrays of integers, check if they are equal... But, if the arrays can be made equal through the removal of duplicates or sorting, they are equal. The first line will represent the elements",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269050"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given two arrays of integers, check if they are equal... But, if the arrays can be made equal through the removal of duplicates or sorting, they are equal. \n\nThe first line will represent the elements...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A = (a_1, a_2, \\dots, a_n) $ be the first array of integers. \nLet $ B = (b_1, b_2, \\dots, b_m) $ be the second array of integers. \n\n**Constraints** \n- $ n, m \\in \\mathbb{Z}^...",
"is_translate": false,
"language": "Formal"
}
]
}