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

File gcd.cpp

sample/gcd.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "matchit.h"
2#include <iostream>
3
4constexpr int32_t gcd(int32_t a, int32_t b)

Callers

nothing calls this directly

Calls 1

gcdFunction · 0.85

Tested by

no test coverage detected