C语言 求最大公因数 和 最大公倍数

#include <stdio.h> int FindPrime (int num_1,int num_2); void Max_swap (int* bigger,int* smaller); int main () { int num_1, num_2,Prime,LCM;//Prime为最大公因数,LCM(Least common multiple) 最小公倍数 scanf ("
相关文章
相关标签/搜索