求此语句运行速度

P1032 [NOIP2002 提高组] 字串变换

第五行的那一条...
by zty_luogu @ 2021-08-07 22:36:22


@[zty_luogu](/user/366595) `std::string` 中除了 `size()`,`length()` 之类的,绝大多数都是 $O(n)$ 的,包括 `replace()`,`find()`,`insert()`。
by Hexarhy @ 2021-08-07 22:47:44


|