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_18163696_1956.cpp:57:27: error: 'LL' has not been declared
 void update(int l, int r, LL v, LL sub) {
                           ^
0_0_18163696_1956.cpp:57:33: error: 'LL' has not been declared
 void update(int l, int r, LL v, LL sub) {
                                 ^
0_0_18163696_1956.cpp: In function 'int main()':
0_0_18163696_1956.cpp:80:50: error: too few arguments to function 'void update(int, int, int, int)'
             if((r-l+1)%2 == 1) update(mid, r, mid);
                                                  ^
0_0_18163696_1956.cpp:57:6: note: declared here
 void update(int l, int r, LL v, LL sub) {
      ^
0_0_18163696_1956.cpp:81:38: error: too few arguments to function 'void update(int, int, int, int)'
             else update(mid+1, r, mid);
                                      ^
0_0_18163696_1956.cpp:57:6: note: declared here
 void update(int l, int r, LL v, LL sub) {
      ^
0_0_18163696_1956.cpp:97:29: error: too few arguments to function 'void update(int, int, int, int)'
             update(l, mid, r);
                             ^
0_0_18163696_1956.cpp:57:6: note: declared here
 void update(int l, int r, LL v, LL sub) {
      ^


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-10-06 00:26:36, Gzip enabled