summaryrefslogtreecommitdiff
path: root/exp_3.cpp
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-07-07 23:43:52 +0800
committerKunoiSayami <[email protected]>2022-07-07 23:43:52 +0800
commit72cf73bdcc2b731a31eb306ed0e51ebd890f31a2 (patch)
tree126fe6830e210b75c854b0f2d6a539cbfac10f2a /exp_3.cpp
parenta5c25c70ad5ae90ea3a3081dd0a3f19e8b9d2254 (diff)
feat(exp): Use sample to calculate cdf
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'exp_3.cpp')
-rw-r--r--exp_3.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/exp_3.cpp b/exp_3.cpp
index c4a7b74..f8ed1e7 100644
--- a/exp_3.cpp
+++ b/exp_3.cpp
@@ -3,7 +3,6 @@
#include <cmath>
#include <cstdio>
#include <set>
-#include <tuple>
#include <vector>
constexpr size_t length = 1048576;