Unverified Commit c546d17c authored by ir1d's avatar ir1d Committed by GitHub
Browse files

remove the blank line for remark-details

parent 1eef91ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ $$
复杂度为 $O(n+k^2(k + \log p))$ ,其中 $\log p$ 是求逆元复杂度。

??? note "参考代码"

    ```cpp
    #include <cstdio>
    #include <algorithm>