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

Method mod

atcoder/modint.hpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 public:
32 static constexpr int mod() { return m; }
33 static mint raw(int v) {
34 mint x;
35 x._v = v;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected