Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atcoder/ac-library
/ F
Class
F
test/example/lazyseg_practice1.cpp:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
};
14
15
struct F {
16
mint a, b;
17
};
18
19
S op(S l, S r) { return S{l.a + r.a, l.size + r.size}; }
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected