Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anupam-kumar-krishnan/Competitive_Programming
/ main
Function
main
Basic Programming/euclid_gcd.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
return gcd (b, a % b);
9
}
10
int main(void){
11
int a,b; cin >> a >> b;
12
cout << gcd(a,b);
13
}
Callers
nothing calls this directly
Calls
1
gcd
Function · 0.70
Tested by
no test coverage detected