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_30613518_21029.cpp:4:1: error: 'lL' does not name a type
 lL gcd(lL a,lL b,lL &x,lL &y){
 ^
0_0_30613518_21029.cpp:10:1: error: 'lL' does not name a type
 lL a[MAXM],m[MAXM];
 ^
0_0_30613518_21029.cpp: In function 'int main()':
0_0_30613518_21029.cpp:14:5: error: 'lL' was not declared in this scope
     lL N,A,B,d,l,x,y,p,q,r;
     ^
0_0_30613518_21029.cpp:18:25: error: 'N' was not declared in this scope
         scanf("%lld%d",&N,&M);
                         ^
0_0_30613518_21029.cpp:20:26: error: 'm' was not declared in this scope
             scanf("%lld",m+i);
                          ^
0_0_30613518_21029.cpp:22:26: error: 'a' was not declared in this scope
             scanf("%lld",a+i);
                          ^
0_0_30613518_21029.cpp:23:9: error: 'lca' was not declared in this scope
         lca=m[1];A=a[1];
         ^
0_0_30613518_21029.cpp:23:13: error: 'm' was not declared in this scope
         lca=m[1];A=a[1];
             ^
0_0_30613518_21029.cpp:23:18: error: 'A' was not declared in this scope
         lca=m[1];A=a[1];
                  ^
0_0_30613518_21029.cpp:23:20: error: 'a' was not declared in this scope
         lca=m[1];A=a[1];
                    ^
0_0_30613518_21029.cpp:27:13: error: 'p' was not declared in this scope
             p=lca;q=m[i];r=a[i]-A;
             ^
0_0_30613518_21029.cpp:27:19: error: 'q' was not declared in this scope
             p=lca;q=m[i];r=a[i]-A;
                   ^
0_0_30613518_21029.cpp:27:26: error: 'r' was not declared in this scope
             p=lca;q=m[i];r=a[i]-A;
                          ^
0_0_30613518_21029.cpp:28:13: error: 'd' was not declared in this scope
             d=gcd(p,q,x,y);
             ^
0_0_30613518_21029.cpp:28:23: error: 'x' was not declared in this scope
             d=gcd(p,q,x,y);
                       ^
0_0_30613518_21029.cpp:28:25: error: 'y' was not declared in this scope
             d=gcd(p,q,x,y);
                         ^
0_0_30613518_21029.cpp:28:26: error: 'gcd' was not declared in this scope
             d=gcd(p,q,x,y);
                          ^


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-07-04 03:53:36, Gzip enabled