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_32289247_28678.cpp: In function 'void lazydown(int)':
0_0_32289247_28678.cpp:61:19: error: 'struct data' has no member named 'lazy'
  d[a].len += d[a].lazy;
                   ^
0_0_32289247_28678.cpp:63:8: error: 'struct data' has no member named 'lazy'
   d[a].lazy = 0;
        ^
0_0_32289247_28678.cpp:66:12: error: 'struct data' has no member named 'lazy'
  d[a << 1].lazy += d[a].lazy;
            ^
0_0_32289247_28678.cpp:66:25: error: 'struct data' has no member named 'lazy'
  d[a << 1].lazy += d[a].lazy;
                         ^
0_0_32289247_28678.cpp:67:18: error: 'struct data' has no member named 'lazy'
  d[(a << 1) | 1].lazy += d[a].lazy;
                  ^
0_0_32289247_28678.cpp:67:31: error: 'struct data' has no member named 'lazy'
  d[(a << 1) | 1].lazy += d[a].lazy;
                               ^
0_0_32289247_28678.cpp:68:7: error: 'struct data' has no member named 'lazy'
  d[a].lazy = 0;
       ^
0_0_32289247_28678.cpp: In function 'void change(int, int, int, int)':
0_0_32289247_28678.cpp:76:8: error: 'struct data' has no member named 'lazy'
   d[a].lazy += inc;
        ^
0_0_32289247_28678.cpp:80:11: error: 'struct data' has no member named 'lazy'
   if(d[a].lazy)
           ^
0_0_32289247_28678.cpp: In function 'll getmax(int, int, int)':
0_0_32289247_28678.cpp:94:24: error: 'struct data' has no member named 'lazy'
   return d[a].len+d[a].lazy;
                        ^


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-29 18:17:54, Gzip enabled