Skip to content

Commit

Permalink
change dnv
Browse files Browse the repository at this point in the history
  • Loading branch information
EMachad0 committed Aug 28, 2024
1 parent e8042f7 commit 0143e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
template <ll MINL = (ll)-1e9 - 5, ll MAXR = (ll)1e9 + 5>
const ll MINL = (ll)-1e9 - 5, MAXR = (ll)1e9 + 5;
struct SegTree {
ll merge(ll a, ll b) { return a + b; }
const ll neutral = 0;
Expand Down

0 comments on commit 0143e99

Please sign in to comment.