START206——Min Steps Posted on 2025-10-03 Edited on 2026-02-18 思路讲解 你可以发现,这个式子可以写成这样: 2c1+2c22^{c_1}+2^{c_2}2c1+2c2 AC代码 源代码 1 心路历程(WA,TLE,MLE……)