diff options
| author | KunoiSayami <[email protected]> | 2022-07-07 23:43:52 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-07-07 23:43:52 +0800 |
| commit | 72cf73bdcc2b731a31eb306ed0e51ebd890f31a2 (patch) | |
| tree | 126fe6830e210b75c854b0f2d6a539cbfac10f2a /exp_3.cpp | |
| parent | a5c25c70ad5ae90ea3a3081dd0a3f19e8b9d2254 (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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ #include <cmath> #include <cstdio> #include <set> -#include <tuple> #include <vector> constexpr size_t length = 1048576; |
