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_22404397_2277.cpp: In function 'void push_up(int)':
0_0_22404397_2277.cpp:3:5: error: 's' was not declared in this scope
     s[k].sum = s[k<<1].sum + s[k<<1|1].sum;
     ^
0_0_22404397_2277.cpp: In function 'void build(int, int, int)':
0_0_22404397_2277.cpp:7:5: error: 's' was not declared in this scope
     s[k].l = l, s[k].r = r;
     ^
0_0_22404397_2277.cpp: In function 'void update(int, int, int)':
0_0_22404397_2277.cpp:20:8: error: 's' was not declared in this scope
     if(s[k].l == s[k].r)
        ^
0_0_22404397_2277.cpp:25:16: error: 's' was not declared in this scope
     int mid = (s[k].l + s[k].r) >> 1;
                ^
0_0_22404397_2277.cpp: At global scope:
0_0_22404397_2277.cpp:30:1: error: 'll' does not name a type
 ll query(int l, int r, int k)
 ^
0_0_22404397_2277.cpp:42:1: error: 'll' does not name a type
 ll Query(int v, int u)
 ^


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-12-02 16:02:01, Gzip enabled