0_0_33377084_9354.cpp: In function 'void build(int, int, int)':
0_0_33377084_9354.cpp:93:2: error: 'imi' was not declared in this scope
imi[u] = inf;
^
0_0_33377084_9354.cpp:93:11: error: 'inf' was not declared in this scope
imi[u] = inf;
^
0_0_33377084_9354.cpp:97:8: error: 'ls' was not declared in this scope
build(ls, st, mid);
^
0_0_33377084_9354.cpp:97:16: error: 'mid' was not declared in this scope
build(ls, st, mid);
^
0_0_33377084_9354.cpp:98:8: error: 'rs' was not declared in this scope
build(rs, mid, ed);
^
0_0_33377084_9354.cpp: At global scope:
0_0_33377084_9354.cpp:102:17: error: expected ',' or '...' at end of input
void update(int u
^
0_0_33377084_9354.cpp:102:17: error: expected ')' at end of input
0_0_33377084_9354.cpp:102:17: error: expected initializer at end of input
|