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_30224293_2236.cpp:15:1: error: 'll' does not name a type
 ll a[maxn];
 ^
0_0_30224293_2236.cpp:16:1: error: 'll' does not name a type
 ll sum[M];
 ^
0_0_30224293_2236.cpp: In function 'int build(int, int)':
0_0_30224293_2236.cpp:24:9: error: 'sum' was not declared in this scope
         sum[newroot]=a[L];
         ^
0_0_30224293_2236.cpp:24:22: error: 'a' was not declared in this scope
         sum[newroot]=a[L];
                      ^
0_0_30224293_2236.cpp:30:5: error: 'sum' was not declared in this scope
     sum[newroot]=sum[lson[newroot] ]+sum[rson[newroot] ];
     ^
0_0_30224293_2236.cpp: In function 'int update(int, int, int, int, int, int)':
0_0_30224293_2236.cpp:43:9: error: 'sum' was not declared in this scope
         sum[newroot]=sum[root]+(r-l+1)*value;
         ^
0_0_30224293_2236.cpp:48:5: error: 'sum' was not declared in this scope
     sum[newroot]=sum[root]+(r-l+1)*value;
     ^
0_0_30224293_2236.cpp: At global scope:
0_0_30224293_2236.cpp:65:1: error: 'll' does not name a type
 ll question(int root,int L,int R,int l,int r)
 ^
0_0_30224293_2236.cpp: In function 'int main()':
0_0_30224293_2236.cpp:91:27: error: 'a' was not declared in this scope
             scanf("%lld",&a[i]);
                           ^
0_0_30224293_2236.cpp:105:55: error: 'question' was not declared in this scope
                 printf("%lld\n",question(T[tm],1,n,c,d));
                                                       ^
0_0_30224293_2236.cpp:109:54: error: 'question' was not declared in this scope
                 printf("%lld\n",question(T[e],1,n,c,d));
                                                      ^


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-18 10:28:16, Gzip enabled