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_29676721_12828.cpp:14:1: error: 't' does not name a type
 t[800005];
 ^
0_0_29676721_12828.cpp: In function 'void Pushup(int)':
0_0_29676721_12828.cpp:17:5: error: 't' was not declared in this scope
     t[k] = max(t[k<<1],t[k<<1|1]);
     ^
0_0_29676721_12828.cpp: In function 'void build(int, int, int)':
0_0_29676721_12828.cpp:22:21: error: 'a' was not declared in this scope
         scanf("%d",&a[k]);
                     ^
0_0_29676721_12828.cpp: In function 'void update(int, int, int, int, int)':
0_0_29676721_12828.cpp:34:9: error: 't' was not declared in this scope
         t[k] = v; 
         ^
0_0_29676721_12828.cpp: In function 'int query(int, int, int, int, int)':
0_0_29676721_12828.cpp:49:16: error: 't' was not declared in this scope
         return t[k];
                ^


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-05 16:12:14, Gzip enabled