F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_19609881_20168.cpp:1:436: fatal error: GCC4.9.2/lib/gcc/x86_64-w64-mingw32/4.9.2/include/stdio.h>in: Invalid argument
 #include<stdio.h>int gcd(int a,int b){    if(b==0)return a;    return gcd(b,a%b);}    int main(){    int T;    int n,a,b,i;    int cnt;    scanf("%u",&T);    while(T--)    {        scanf("%d",&n);        cnt=a=1;        for(i=1;i<=n;i++)        {            scanf("%d",&b);            cnt=a/gcd(a,b)*b;//换一下,先除后乘,免得数据溢出             a=cnt;        }         printf("%d\n",cnt);       }        return 0;}    
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ^
compilation terminated.


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 16:12:44, Gzip enabled