We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b109c commit 3598f96Copy full SHA for 3598f96
verify/number_theory/dirichlet_inv.test.cpp
@@ -1,6 +1,6 @@
1
// @brief Dirichlet Inverse and Prefix Sums
2
#define PROBLEM "https://judge.yosupo.jp/problem/dirichlet_inverse_and_prefix_sums"
3
-
+#pragma GCC optimize("Ofast,unroll-loops")
4
#include "cp-algo/number_theory/modint.hpp"
5
#include "cp-algo/number_theory/dirichlet.hpp"
6
#include <bits/stdc++.h>
0 commit comments