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_30298071_3014.cpp:8:12: error: invalid operands of types 'double' and 'int' to binary 'operator<<'
 LL tree[M<<2],lazy[M<<2],c,b,a;
            ^
0_0_30298071_3014.cpp:8:23: error: invalid operands of types 'double' and 'int' to binary 'operator<<'
 LL tree[M<<2],lazy[M<<2],c,b,a;
                       ^
0_0_30298071_3014.cpp: In function 'void build(long long int, long long int, long long int)':
0_0_30298071_3014.cpp:14:22: error: 'tree' was not declared in this scope
        scanf("%lld",&tree[o]);
                      ^
0_0_30298071_3014.cpp:20:5: error: 'tree' was not declared in this scope
     tree[o]=tree[o<<1]+tree[o<<1|1];
     ^
0_0_30298071_3014.cpp: In function 'void update(long long int, long long int, long long int, long long int, long long int)':
0_0_30298071_3014.cpp:26:9: error: 'tree' was not declared in this scope
         tree[o]=sqrt(tree[o]);
         ^
0_0_30298071_3014.cpp:29:20: error: 'tree' was not declared in this scope
     if(L<=l&&r<=R&&tree[o]==r-l+1) return;
                    ^
0_0_30298071_3014.cpp:33:5: error: 'tree' was not declared in this scope
     tree[o]=tree[o<<1]+tree[o<<1|1];
     ^
0_0_30298071_3014.cpp: In function 'long long int query(long long int, long long int, long long int, long long int, long long int)':
0_0_30298071_3014.cpp:39:13: error: 'tree' was not declared in this scope
      return tree[o];
             ^
0_0_30298071_3014.cpp: In function 'int main()':
0_0_30298071_3014.cpp:52:16: error: 'lazy' was not declared in this scope
         memset(lazy,0,sizeof(lazy));
                ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-10 18:43:53, Gzip enabled