0_0_16396897_19805.cpp: In function 'void Splay(int, int)':
0_0_16396897_19805.cpp:76:15: error: redefinition of 'void Splay(int, int)'
inline void Splay(int x, int f) { // 把结点x转到结点f的下面
^
0_0_16396897_19805.cpp:51:13: note: 'void Splay(int, int)' previously defined here
inline void Splay(int r,int goal){
^
|