MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/quotientRemainder.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32static_assert(qrResult2[1] == 2);
33
34int32_t main()
35{
36 auto const result = quoRem(12, 7);
37 std::cout << result[0] << "\t" << result[1] << std::endl;
38 return 0;
39}

Callers

nothing calls this directly

Calls 1

quoRemFunction · 0.85

Tested by

no test coverage detected