API Response (JSON)
{
"problem": {
"name": "184. Close Product",
"description": {
"content": "You have $n$ positive integers, and you want to find their product. However, you have to omit exactly one of the integers from the list before calculating the product. You want to find the maximum pro",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269184"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have $n$ positive integers, and you want to find their product. However, you have to omit exactly one of the integers from the list before calculating the product. You want to find the maximum pro...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the number of integers. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers.\n\n**Constraints** \n$ n \\geq 2 $, and $ a_i \\in \\mathbb{...",
"is_translate": false,
"language": "Formal"
}
]
}