Skip to content

Commit

Permalink
Update 066.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed May 4, 2022
1 parent c8458c4 commit db56b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 066.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```cpp
#include <iostream> // std::fixed
#include <vector>
#include <iomanip> // std::setprecision
#include <iomanip> // std::setprecision()

double CalcExpected(int L0, int R0, int L1, int R1)
{
Expand Down

0 comments on commit db56b28

Please sign in to comment.