本地题面缓存已迁移,解析内容待补充。
OJ: noi_openjudge
题目 ID: english-12
难度:未知
标签:
日期: 2026-07-30 23:01
完整题面见同目录的 problem.md。
problem.md
Find a sequence of M positive numbers with the maximum product, while the sum of them is N.
Two positive integers M (M <= 10) and N (N <= 100).
One line contains M integers.
13 8
3 8
12 3 3
2 3 3