Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atcoder/ac-library
/ id
Function
id
test/example/lazyseg_practice1.cpp:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
F composition(F l, F r) { return F{r.a * l.a, r.b * l.a + l.b}; }
26
27
F id() { return F{1, 0}; }
28
29
int main() {
30
int n, q;
Callers
2
lazy_segtree
Method · 0.50
push
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected