Difference between revisions of "2018 Benelux Algorithm Programming Contest (BAPC 18)"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Solved by ultmaster. 01:08 (+) | Solved by ultmaster. 01:08 (+) | ||
+ | |||
+ | 题意:$\min (ab + ac + bc)$ subject to $abc = n$. | ||
+ | |||
+ | 题解:预处理 $n$ 的所有因子,然后三方枚举一下。 | ||
== Problem F == | == Problem F == |
Revision as of 07:41, 30 March 2019
Problem A
Solved by ultmaster. 00:17 (+)
在 $n$ 个数里选尽可能多的数,使得没有两个数加起来超过 $x$。
Problem B
Solved by zerol. 01:57 (+)
Problem C
Solved by ultmaster. 01:08 (+)
题意:$\min (ab + ac + bc)$ subject to $abc = n$.
题解:预处理 $n$ 的所有因子,然后三方枚举一下。
Problem F
Solved by ultmaster. 00:42 (+)
Problem G
Solved by ultmaster. 00:42 (+)
Problem I
Solved by ultmaster. 03:20 (+)
Problem J
Solved by kblack. 01:00 (+)
Problem K
Solved by kblack. 01:44 (+)