API Response (JSON)
{
"problem": {
"name": "158. Dot Product",
"description": {
"content": "For this problem, you will be tasked with finding the dot product of two given matrices. Dot products are a very common matrix operation, and find uses in many fields of math, computer science, and ph",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269158"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For this problem, you will be tasked with finding the dot product of two given matrices. Dot products are a very common matrix operation, and find uses in many fields of math, computer science, and ph...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ m_1 \\in \\mathbb{R}^{h_1 \\times w_1} $ and $ m_2 \\in \\mathbb{R}^{h_2 \\times w_2} $ be two matrices. \n\n**Constraints** \n1. $ w_1 = h_2 $ (compatibility condition for matrix mul...",
"is_translate": false,
"language": "Formal"
}
]
}