MCPcopy Create free account
hub / github.com/atcoder/ac-library / S

Class S

test/example/lazyseg_practice1.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using mint = modint998244353;
9
10struct S {
11 mint a;
12 int size;
13};
14
15struct F {
16 mint a, b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected