编写函数fun求两个整数的最小公约数和最小公倍数.同时写出测试用的主函数.

问题描述:

编写函数fun求两个整数的最小公约数和最小公倍数.同时写出测试用的主函数.

#include "stdafx.h"
#include
int sct(int m,int n)
{
int temp,a,b;
if (m>y;
g=sct(x,y);
cout是fun函数吗?测试用的主函数是什么?你把所有的sct都给改成fun就成fun函数了,主函数就是int main(int argc, char* argv[]){ int x,y,g; cout>x>>y; g=sct(x,y); cout