Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/E869120/math-algorithm-book
/ main
Function
main
codes/cpp/Code_3_06_3.cpp:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
int main() {
10
int N;
11
cin >> N;
12
cout << func(N) << endl;
13
return 0;
14
}
Callers
nothing calls this directly
Calls
1
func
Function · 0.70
Tested by
no test coverage detected