API Response (JSON)
{
"problem": {
"name": "计算 (a+b)×c 的值",
"description": {
"content": "给定 $3$ 个整数 $a,b,c$,计算表达式 $(a+b) \\times c$ 的值。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2008"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $3$ 个整数 $a,b,c$,计算表达式 $(a+b) \\times c$ 的值。\n\n## Input\n\n输入仅一行,包括三个整数 $a,b,c$,数与数之间以一个空格分开。\n\n## Output\n\n输出一行,即表达式的值。\n\n[samples]\n\n## Note\n\n对于 $100 \\%$ 的数据,$-{10}^4 < a, b, c < {10}^4$。...",
"is_translate": false,
"language": "English"
}
]
}