format_list_numbered
1.
计蒜客A2012
1.1.
链接
1.2.
题意
1.3.
题解
计蒜客A2012
fightinggg
8月 05, 2019
share
share
分享到微博
分享到 Twitter
分享到 Facebook
分享到 Google+
next
hexonext
butterfly
volantis
yearn
yilia
shoka
indigo
apollo
landscape
cactus
matery
icarus
fluid
material
转移自
老blog
计蒜客A2012
链接
https://nanti.jisuanke.com/t/A2012
题意
给你一串运算符和一个初始值,你要按顺序使用这些运算符与一个序列中的数进行运算,序列中数的个数大于运算符的个数,要按先后顺序使用这些数而运算符,当然也可以选择不用某个数,但最后一定要把所有运算符用光。
题解
mx[i][j]前i个运算符前j个数能得到的最大值,mi[i][j]前i个运算符前j个数能得到的最小值,
arrow_back
新篇
旧篇
arrow_forward
expand_less