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_26703341_31122.cpp: In function 'void rec(int)':
0_0_26703341_31122.cpp:43:18: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
     int &l=c[x][0],&r=c[x][1];
                  ^
0_0_26703341_31122.cpp:43:29: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
     int &l=c[x][0],&r=c[x][1];
                             ^
0_0_26703341_31122.cpp: In function 'int split(int, int)':
0_0_26703341_31122.cpp:80:32: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
     splay(x,rt); splay(y,c[x][1]);
                                ^
0_0_26703341_31122.cpp:59:6: note: in passing argument 2 of 'void splay(int, int&)'
 void splay(int x,int &k){//push x to k
      ^
0_0_26703341_31122.cpp: In function 'void Insert(int, int)':
0_0_26703341_31122.cpp:116:32: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
     splay(x,rt); splay(y,c[x][1]);
                                ^
0_0_26703341_31122.cpp:59:6: note: in passing argument 2 of 'void splay(int, int&)'
 void splay(int x,int &k){//push x to k
      ^
0_0_26703341_31122.cpp: In function 'int main()':
0_0_26703341_31122.cpp:168:44: error: invalid initialization of reference of type 'int&' from expression of type 'long long int'
                 splay(x,rt); splay(y,c[x][1]);
                                            ^
0_0_26703341_31122.cpp:59:6: note: in passing argument 2 of 'void splay(int, int&)'
 void splay(int x,int &k){//push x to k
      ^


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-28 12:22:07, Gzip enabled