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

Function func2

codes/cpp/Code_2_03_1.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10int func2(int pos) {
11 cnt += 1;
12 return cnt + pos;
13}
14
15int main() {
16 cout << func1() << endl; // �u2021�v�Əo��

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected