摘要: words... 呜呜呜,怎么大家都会 觉得题解还行就点个赞吧 题面 对于一个排列\(P\),定义\(f(P)\)如下: def f(P:permutation) -> int: ans = 0 st: Stack[int] = Stack() for i in P: while st is not 阅读全文
posted @ 2025-07-31 19:33 aminuosi 阅读(81) 评论(0) 推荐(0)