Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atcoder/ac-library
/ S
Class
S
test/example/lazyseg_practice2.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
using mint = modint998244353;
9
10
struct S {
11
// # of 0 / # of 1 / inversion number
12
long long zero, one, inversion;
13
};
14
15
// swapping flag
16
using F = bool;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected