0_0_17064383_9934.cpp: In function 'void link(int, int)':
0_0_17064383_9934.cpp:94:12: error: invalid conversion from 'int*' to 'int' [-fpermissive]
splay(x);
^
0_0_17064383_9934.cpp:59:6: note: initializing argument 1 of 'void splay(int)'
void splay(int root)
^
0_0_17064383_9934.cpp: In function 'int main()':
0_0_17064383_9934.cpp:132:65: error: 'struct tree' has no member named 'la'
for(int i=1;i<=n;i++)t[i].ch[0]=t[i].ch[1]=t[i].fa=t[i].la
^
0_0_17064383_9934.cpp:132:65: error: expected '}' at end of input
0_0_17064383_9934.cpp:132:65: error: expected '}' at end of input
|