Update entropy.cpp

This commit is contained in:
rad9800
2022-07-12 08:22:25 +01:00
committed by GitHub
parent fbeeec3cd2
commit e26e448856
+2 -1
View File
@@ -72,5 +72,6 @@ int main() {
// get optimized out by the compiler
for (auto x : e.array)
total += x;
return total; // prevent compiler optimizing it out on /O1 /O2
}