MCPcopy Create free account
hub / github.com/E869120/math-algorithm-book / main

Function main

codes/cpp/Code_4_06_4.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15long long a, b;
16
17int main() {
18 cin >> a >> b;
19 cout << modpow(a, b, mod) << endl;
20 return 0;
21}

Callers

nothing calls this directly

Calls 1

modpowFunction · 0.70

Tested by

no test coverage detected