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_29137251_23584.cpp:15:7: error: expected initializer before 'data'
  Node data[maxsize];
       ^
0_0_29137251_23584.cpp: In function 'void update(int, int, int, int, int)':
0_0_29137251_23584.cpp:21:9: error: 'data' was not declared in this scope
      if(data[k].tag==1)
         ^
0_0_29137251_23584.cpp:25:10: error: 'data' was not declared in this scope
          data[k].sum=sqrt(data[k].sum);
          ^
0_0_29137251_23584.cpp:35:9: error: 'data' was not declared in this scope
      if(data[lc].tag&&data[rc].tag)
         ^
0_0_29137251_23584.cpp:37:6: error: 'data' was not declared in this scope
      data[k].sum=data[lc].sum+data[rc].sum;
      ^
0_0_29137251_23584.cpp: In function 'll query(int, int, int, int, int)':
0_0_29137251_23584.cpp:46:17: error: 'data' was not declared in this scope
          return data[k].sum;
                 ^
0_0_29137251_23584.cpp: In function 'void init(int, int, int)':
0_0_29137251_23584.cpp:54:24: error: 'data' was not declared in this scope
          scanf("%lld",&data[k].sum);
                        ^
0_0_29137251_23584.cpp:62:9: error: 'data' was not declared in this scope
      if(data[lc].tag&&data[rc].tag)
         ^
0_0_29137251_23584.cpp:64:5: error: 'data' was not declared in this scope
     data[k].sum=data[lc].sum+data[rc].sum;
     ^
0_0_29137251_23584.cpp: In function 'int main()':
0_0_29137251_23584.cpp:72:17: error: 'data' was not declared in this scope
          memset(data,0,sizeof(Node)*4*n);
                 ^


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-22 18:43:47, Gzip enabled