0_0_24668338_16909.cpp: In function 'void rotate(int)':
0_0_24668338_16909.cpp:21:214: error: expected ')' before ']' token
inline void rotate(int o){int fa=t[o].fa,pa=t[fa].fa,d1=Identify(o),d2=Identify(fa),b=t[o].c[d1^1];t[o].fa=pa;if(!isroot(fa))t[pa].c[d2]=o;Connect(fa,b,d1);Connect(o,fa,d1^1);maintain(fa);maintain(o);if(t[o].fa==o]for(;;);}
^
0_0_24668338_16909.cpp:21:214: error: expected primary-expression before ']' token
0_0_24668338_16909.cpp:21:221: error: expected primary-expression before ')' token
inline void rotate(int o){int fa=t[o].fa,pa=t[fa].fa,d1=Identify(o),d2=Identify(fa),b=t[o].c[d1^1];t[o].fa=pa;if(!isroot(fa))t[pa].c[d2]=o;Connect(fa,b,d1);Connect(o,fa,d1^1);maintain(fa);maintain(o);if(t[o].fa==o]for(;;);}
^
|