Skip to content

Commit 01cb061

Browse files
fix: add cmath & algorithm header to mo.cpp
1 parent 8d260bf commit 01cb061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

range_queries/mo.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
#include <algorithm>
2+
#include <cmath>
13
#include <iostream>
4+
25
using namespace std;
36
const int N = 1e6 + 5;
47
int a[N], bucket[N], cnt[N];

0 commit comments

Comments
 (0)