MCPcopy Create free account
hub / github.com/anupam-kumar-krishnan/Competitive_Programming / main

Function main

Basic Programming/HCFofTwoNum.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int main(){
21 int num1,num2;
22 cout<<"Emter 2 numbers : ";
23 cin>>num1>>num2;
24 cout<<"HCF of "<<num1<<" and "<<num2<<" : "<<hcf(num1,num2);
25
26return 0;
27}

Callers

nothing calls this directly

Calls 1

hcfFunction · 0.70

Tested by

no test coverage detected