Skip to content

Commit 3598f96

Browse files
committed
add Ofast pragma
1 parent 50b109c commit 3598f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify/number_theory/dirichlet_inv.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @brief Dirichlet Inverse and Prefix Sums
22
#define PROBLEM "https://judge.yosupo.jp/problem/dirichlet_inverse_and_prefix_sums"
3-
3+
#pragma GCC optimize("Ofast,unroll-loops")
44
#include "cp-algo/number_theory/modint.hpp"
55
#include "cp-algo/number_theory/dirichlet.hpp"
66
#include <bits/stdc++.h>

0 commit comments

Comments
 (0)