diff options
| author | KunoiSayami <[email protected]> | 2022-06-30 02:20:09 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-30 02:20:09 +0800 |
| commit | 0b2735596e8969c08797f18977c626f423b3ab6d (patch) | |
| tree | 71e79ae308ec6b0e4f29597e715e48f1d7c17f04 /normal_distribution.cpp | |
| parent | e686acb51a836cca58f2043c404ac8d42d12fe5f (diff) | |
refactor(script): Optimize cdf calculator
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'normal_distribution.cpp')
| -rw-r--r-- | normal_distribution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/normal_distribution.cpp b/normal_distribution.cpp index c965d2a..bc56e2a 100644 --- a/normal_distribution.cpp +++ b/normal_distribution.cpp @@ -25,6 +25,7 @@ int main() { auto ret = set.insert(element); if (ret.second) { vector.push_back(element); + // TODO: add offset printf("%lld\n", element); } } |
