View Compilation Error
2_16253_1180045_13551.c:6: error: syntax error before "int"
2_16253_1180045_13551.c:14: error: syntax error before '&' token
2_16253_1180045_13551.c: In function `leftrotate':
2_16253_1180045_13551.c:16: error: `root' undeclared (first use in this function)
2_16253_1180045_13551.c:16: error: (Each undeclared identifier is reported only once
2_16253_1180045_13551.c:16: error: for each function it appears in.)
2_16253_1180045_13551.c: At top level:
2_16253_1180045_13551.c:28: error: syntax error before '&' token
2_16253_1180045_13551.c: In function `rightrotate':
2_16253_1180045_13551.c:30: error: `root' undeclared (first use in this function)
2_16253_1180045_13551.c: At top level:
2_16253_1180045_13551.c:42: error: syntax error before '&' token
2_16253_1180045_13551.c: In function `maintain':
2_16253_1180045_13551.c:44: error: `root' undeclared (first use in this function)
2_16253_1180045_13551.c:45: error: `flag' undeclared (first use in this function)
2_16253_1180045_13551.c:74: error: `false' undeclared (first use in this function)
2_16253_1180045_13551.c:75: error: `true' undeclared (first use in this function)
2_16253_1180045_13551.c: At top level:
2_16253_1180045_13551.c:94: error: syntax error before '&' token
2_16253_1180045_13551.c: In function `insert':
2_16253_1180045_13551.c:96: error: `root' undeclared (first use in this function)
2_16253_1180045_13551.c:97: error: `key' undeclared (first use in this function)