API Response (JSON)
{
"problem": {
"name": "[蓝桥杯 2021 省 AB] 砝码称重",
"description": {
"content": "你有一架天平和 $N$ 个砝码, 这 $N$ 个砝码重量依次是 $W_{1}, W_{2}, \\cdots, W_{N}$ 。 请你计算一共可以称出多少种不同的重量? 注意砝码可以放在天平两边。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8742"
},
"statements": [
{
"statement_type": "Markdown",
"content": "你有一架天平和 $N$ 个砝码, 这 $N$ 个砝码重量依次是 $W_{1}, W_{2}, \\cdots, W_{N}$ 。 请你计算一共可以称出多少种不同的重量?\n\n注意砝码可以放在天平两边。\n\n## Input\n\n输入的第一行包含一个整数 $N$ 。\n\n第二行包含 $N$ 个整数: $W_{1}, W_{2}, W_{3}, \\cdots, W_{N}$ 。\n\n## Output\n\n输出一个...",
"is_translate": false,
"language": "English"
}
]
}