Tanky WooRSS

BUCT OJ 1216 最小公倍数问题

29 Aug 2010
这篇博客是从旧博客 WordPress 迁移过来,内容可能存在转换异常。

题目地址: http://coder.buct.edu.cn/oj/Problem.aspx?pid=1216

#include 
using namespace std;

__int64 gcd(__int64 a, __int64 b)
{
    if(a 1000000000)
            printf("More than a billion.\n");
        else
            printf("%I64d\n", res);

    }
    return 0;
}