We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbf3f2 commit 504aa7cCopy full SHA for 504aa7c
verify/poly/wildcard.test.cpp
@@ -1,7 +1,6 @@
1
// @brief Wildcard Pattern Matching
2
#define PROBLEM "https://judge.yosupo.jp/problem/wildcard_pattern_matching"
3
#pragma GCC optimize("Ofast,unroll-loops")
4
-#pragma GCC target("tune=native")
5
#include "cp-algo/math/fft.hpp"
6
#include "cp-algo/random/rng.hpp"
7
#include <bits/stdc++.h>
0 commit comments