mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 13:53:16 +08:00
fix: add cmath & algorithm header to mo.cpp
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
const int N = 1e6 + 5;
|
||||
int a[N], bucket[N], cnt[N];
|
||||
|
||||
Reference in New Issue
Block a user