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

Function main

codes/cpp/Code_2_03_1.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15int main() {
16 cout << func1() << endl; // �u2021�v�Əo��
17 cout << func2(500) << endl; // �u1501�v�Əo��
18 cout << func2(500) << endl; // �u1502�v�Əo��
19 return 0;
20}

Callers

nothing calls this directly

Calls 2

func1Function · 0.70
func2Function · 0.70

Tested by

no test coverage detected