Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/E869120/math-algorithm-book
/ func1
Function
func1
codes/cpp/Code_2_03_1.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
int cnt = 1000;
5
6
int func1() {
7
return 2021;
8
}
9
10
int func2(int pos) {
11
cnt += 1;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected