若类似于 ci=minj=1i{aj+bi−j}c_{i} = \min\limits_{j=1}^{i} \left \{ a_j + b_{i - j} \right \}ci=j=1mini{aj+bi−j} 的式子,请问有没有低于 O(n2)O(n ^ 2)O(n2) 的办法解决它。