0_0_6741834_11687.cpp: In function `int build(int, int, int)':
0_0_6741834_11687.cpp:16: error: `LL' undeclared (first use this function)
0_0_6741834_11687.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6741834_11687.cpp:16: error: `RR' undeclared (first use this function)
0_0_6741834_11687.cpp:16: error: `max' undeclared (first use this function)
0_0_6741834_11687.cpp: In function `void update(int, int, int)':
0_0_6741834_11687.cpp:26: error: `LL' undeclared (first use this function)
0_0_6741834_11687.cpp:28: error: `RR' undeclared (first use this function)
0_0_6741834_11687.cpp:30: error: `max' undeclared (first use this function)
0_0_6741834_11687.cpp: In function `int query(int, int, int)':
0_0_6741834_11687.cpp:39: error: `LL' undeclared (first use this function)
0_0_6741834_11687.cpp:41: error: `RR' undeclared (first use this function)
0_0_6741834_11687.cpp:43: error: `max' undeclared (first use this function)
0_0_6741834_11687.cpp: In function `int main()':
0_0_6741834_11687.cpp:49: error: `scanf' undeclared (first use this function)
0_0_6741834_11687.cpp:50: error: `i' undeclared (first use this function)
0_0_6741834_11687.cpp:50: error: `FOR' undeclared (first use this function)
0_0_6741834_11687.cpp:50: error: expected `;' before '{' token
0_0_6741834_11687.cpp:59: error: `printf' undeclared (first use this function)
|