Skip to content

Commit

Permalink
Update ioi-07-sails.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPapyrus683 authored Sep 19, 2024
1 parent f3f1e35 commit 35f470e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solutions/platinum/ioi-07-sails.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ int main() {
int sail_num = bit.pref_sum(i);
res += 1ll * sail_num * (sail_num - 1) / 2;
}
cout << res << "\n";

cout << res << endl;
}
```
Expand Down

0 comments on commit 35f470e

Please sign in to comment.