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_28994266_4640.cpp: In function 'void update(int, int, int, int, int, int)':
0_0_28994266_4640.cpp:89:31: error: too few arguments to function 'void update(int, int, int, int, int, int)'
     if(L <= m) update(L, R, ls);
                               ^
0_0_28994266_4640.cpp:80:6: note: declared here
 void update(int L, int R, int x, int rt, int l, int r) {
      ^
0_0_28994266_4640.cpp:90:30: error: too few arguments to function 'void update(int, int, int, int, int, int)'
     if(R > m) update(L, R, rs);
                              ^
0_0_28994266_4640.cpp:80:6: note: declared here
 void update(int L, int R, int x, int rt, int l, int r) {
      ^
0_0_28994266_4640.cpp: In function 'int main()':
0_0_28994266_4640.cpp:113:30: error: 'x' was not declared in this scope
                 update(l, R, x, 1, 1, n);
                              ^


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-09-29 03:08:13, Gzip enabled