Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ push
Method
push
code/data-structures/segment_tree_mnnode.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
void range_update(ll v) { lazy = v; }
12
void apply() { x += lazy; lazy = 0; }
13
void push(node &u) { u.lazy += lazy; } };
14
#endif
15
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected