hdoj:2028

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hdoj:2028相关的知识,希望对你有一定的参考价值。

#include <iostream>
using namespace std;
int main()
{
    int n, i;
    int a[100];
    while (cin >> n)
    {
        int max;
        cin >> a[0];
        max = a[0];
        for (i = 1; i<n; i++)
        {
            cin >> a[i];
            if (a[i]>max)
                max = a[i];
        }
        int k = 0, j;
        for (j = max;; j++)//2 5 7 j=7;
        {
            for (i = 0; i<n; i++)
            {
                if (j%a[i] != 0)
                    break;
            }
            if (i == n)// j%a[i]==0
                break;
        }
        cout << j << endl;

    }
    return 0;
}

 

以上是关于hdoj:2028的主要内容,如果未能解决你的问题,请参考以下文章

错误 LNK2028:未解析的令牌 [重复]

hrbust oj 1526+2028 树状数组

hdu2028求最小公倍数(欧几里得)

LeetCode 2028. 找出缺失的观测数据

Android Studio:错误:非法字符:'\u2028'

flash SecurityError: 错误 #2028: Local-with-filesystem SWF 文件