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_32801133_8930.cpp: In function 'void build(int, int, int)':
0_0_32801133_8930.cpp:24:33: error: void value not ignored as it ought to be
     int a = build(i << 1, l, mid);
                                 ^
0_0_32801133_8930.cpp:25:39: error: void value not ignored as it ought to be
     int b = build(i << 1 | 1,mid + 1,r);
                                       ^
0_0_32801133_8930.cpp:27:34: error: return-statement with a value, in function returning 'void' [-fpermissive]
     return tree[i].maxn = max(a,b);
                                  ^


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 22:04:17, Gzip enabled