0_0_22116782_1498.cpp:37:1: error: stray '\' in program
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp: In function 'void build(int, int, int)':
0_0_22116782_1498.cpp:23:2: error: expected ';' before 'PushUp'
PushUp(rt);
^
0_0_22116782_1498.cpp: At global scope:
0_0_22116782_1498.cpp:37:11: error: 'u' was not declared in this scope
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:19: error: expected primary-expression before 'int'
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:25: error: expected primary-expression before 'int'
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:31: error: expected primary-expression before 'int'
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:37: error: expected primary-expression before 'int'
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:43: error: expression list treated as compound expression in initializer [-fpermissive]
int query(u\int L,int R,int l,int r,int rt){
^
0_0_22116782_1498.cpp:37:44: error: expected ',' or ';' before '{' token
int query(u\int L,int R,int l,int r,int rt){
^
|