0_0_29392994_25994.cpp:45:0: error: unterminated argument list invoking macro "MAX"
T->score = MAX (T->L->score, edit_node (T->R, n, sc
^
0_0_29392994_25994.cpp: In function 'int edit_node(node_ptr, int, int)':
0_0_29392994_25994.cpp:45:14: error: 'MAX' was not declared in this scope
T->score = MAX (T->L->score, edit_node (T->R, n, sc
^
0_0_29392994_25994.cpp:45:14: error: expected '}' at end of input
|