Skip to content

Commit 0534a95

Browse files
committed
remove bits/allocator.h from under target pragma
1 parent d9944ac commit 0534a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verify/number_theory/nim_product.test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @brief Nim Product
22
#define PROBLEM "https://judge.yosupo.jp/problem/nim_product_64"
33
#pragma GCC optimize("O3,unroll-loops")
4+
#include <bits/allocator.h>
45
#pragma GCC target("avx2,bmi,bmi2,lzcnt,popcnt,pclmul")
56
#define CP_ALGO_CHECKPOINT
67
#include <iostream>

0 commit comments

Comments
 (0)