API Response (JSON)
{
"problem": {
"name": "112. Unit Conversions",
"description": {
"content": "Converting from one unit of measurement to another is very useful. Make a program that can convert between, feet, inches, meters, centimeters, miles, and kilometers. Use the following conversions to g",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269112"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Converting from one unit of measurement to another is very useful. Make a program that can convert between, feet, inches, meters, centimeters, miles, and kilometers. Use the following conversions to g...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ U = \\{ \\text{inch}, \\text{foot}, \\text{meter}, \\text{centimeter}, \\text{mile}, \\text{kilometer} \\} $ be the set of units. \nDefine the conversion factor to feet: \n- $ c_{\\text...",
"is_translate": false,
"language": "Formal"
}
]
}