MCPcopy 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

25F composition(F l, F r) { return F{r.a * l.a, r.b * l.a + l.b}; }
26
27F id() { return F{1, 0}; }
28
29int main() {
30 int n, q;

Callers 2

lazy_segtreeMethod · 0.50
pushMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected