0_0_33089225_10051.cpp: In function 'int query(int, int, int)':
0_0_33089225_10051.cpp:151:60: error: expected primary-expression at end of input
return max(ans, max(query(lson, l, r), query(rson, l, r%
^
0_0_33089225_10051.cpp:151:60: error: expected ';' at end of input
0_0_33089225_10051.cpp:151:60: error: expected '}' at end of input
|