Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
long long a, b;
16
17
int main() {
18
cin >> a >> b;
19
cout << modpow(a, b, mod) << endl;
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
modpow
Function · 0.70
Tested by
no test coverage detected