求两个整数的最大公约数

问题描述:

求两个整数的最大公约数

把主要代码写出来,供参考:
int m,n,k,j;
cin>>m>>n;
if(m=2;j--)
{
if(m%j==0&&n%j==0)
{
cout