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 48759c9 commit 7f0d415Copy full SHA for 7f0d415
atcoder/internal_math.hpp
@@ -3,6 +3,10 @@
3
4
#include <utility>
5
6
+#ifdef _MSC_VER
7
+#include <intrin.h>
8
+#endif
9
+
10
namespace atcoder {
11
12
namespace internal {
0 commit comments