博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HDU 1019
阅读量:5872 次
发布时间:2019-06-19

本文共 308 字,大约阅读时间需要 1 分钟。

题目:HDU1019  Least Common Multiple

题目分析:就是最小公倍数和最大公约数的求解。

 

#include 
#include
using namespace std;int a[1005];int GCD(int a, int b){ int temp; if (a
>times; while (times--) { cin>>numbers; for (i=0;i

 

转载于:https://www.cnblogs.com/weekend/p/5497721.html

你可能感兴趣的文章