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 8d260bf commit 01cb061Copy full SHA for 01cb061
range_queries/mo.cpp
@@ -1,4 +1,7 @@
1
+#include <algorithm>
2
+#include <cmath>
3
#include <iostream>
4
+
5
using namespace std;
6
const int N = 1e6 + 5;
7
int a[N], bucket[N], cnt[N];
0 commit comments