diff options
Diffstat (limited to 'exp_0702.cpp')
| -rw-r--r-- | exp_0702.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exp_0702.cpp b/exp_0702.cpp index eca70ad..f7023f7 100644 --- a/exp_0702.cpp +++ b/exp_0702.cpp @@ -73,6 +73,7 @@ void mian(const long sample_length, const long split_size) { } for (const auto &element : result_storage) { printf("%ld ", element.size()); + } printf("\n%Lf\n", calc_stddev(sample_length)); result_storage.clear(); |
