setlocale(LC_ALL,"rus");
unsigned int a;
unsigned int b;
cout<<"ведите число a ";
cin>>a;
cout<<"ведите число b ";
cin>>b;
int a1=a;
int b1=b;
while(b);
{
a %= b;
int temp=a;
a=b;
b=temp;
}
int GCD=a;
int LCM=a1*b1/GCD;
cout<<"наибольший общий делитель"<<GCD<<endl;
cout<<"наименьшее общее кратное"<<LCM<<endl;
_getch;
return 0;
Всех с наступающим))))
unsigned int a;
unsigned int b;
cout<<"ведите число a ";
cin>>a;
cout<<"ведите число b ";
cin>>b;
int a1=a;
int b1=b;
while(b);
{
a %= b;
int temp=a;
a=b;
b=temp;
}
int GCD=a;
int LCM=a1*b1/GCD;
cout<<"наибольший общий делитель"<<GCD<<endl;
cout<<"наименьшее общее кратное"<<LCM<<endl;
_getch;
return 0;
Всех с наступающим))))