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_21171817_22701.cpp: In function 'void Push(int, int, int)':
0_0_21171817_22701.cpp:39:8: error: invalid types 'long long int [1200036][int [10000009]]' for array subscript
  lazy[x] = -1;
        ^
0_0_21171817_22701.cpp: In function 'void update(int, int, int, int, int, int, int)':
0_0_21171817_22701.cpp:63:51: error: too few arguments to function 'void update(int, int, int, int, int, int, int)'
  if (ll <= mid) update(k << 1, l, mid, ll, rr, val);
                                                   ^
0_0_21171817_22701.cpp:57:6: note: declared here
 void update(int k, int l, int r, int ll, int rr, int val,int type)
      ^
0_0_21171817_22701.cpp:64:58: error: too few arguments to function 'void update(int, int, int, int, int, int, int)'
  if (rr > mid) update(k << 1 | 1, mid + 1, r, ll, rr, val);
                                                          ^
0_0_21171817_22701.cpp:57:6: note: declared here
 void update(int k, int l, int r, int ll, int rr, int val,int type)
      ^


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-28 03:55:18, Gzip enabled