0_0_2712496_31894.cpp: In function `void build(int, int, int)':
0_0_2712496_31894.cpp:26: error: `LL' undeclared (first use this function)
0_0_2712496_31894.cpp:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2712496_31894.cpp:27: error: `RR' undeclared (first use this function)
0_0_2712496_31894.cpp: In function `void update(int)':
0_0_2712496_31894.cpp:36: error: `LL' undeclared (first use this function)
0_0_2712496_31894.cpp:36: error: `RR' undeclared (first use this function)
0_0_2712496_31894.cpp: In function `void update(int, int, int, int)':
0_0_2712496_31894.cpp:47: error: `LL' undeclared (first use this function)
0_0_2712496_31894.cpp:48: error: `RR' undeclared (first use this function)
0_0_2712496_31894.cpp: In function `int main()':
0_0_2712496_31894.cpp:69: error: `scanf' undeclared (first use this function)
0_0_2712496_31894.cpp:72: error: `i' undeclared (first use this function)
0_0_2712496_31894.cpp:72: error: `FF' undeclared (first use this function)
0_0_2712496_31894.cpp:72: error: expected `;' before '{' token
0_0_2712496_31894.cpp:83: error: `sort' undeclared (first use this function)
0_0_2712496_31894.cpp:86: error: expected `;' before '{' token
0_0_2712496_31894.cpp:93: error: expected `;' before '{' token
0_0_2712496_31894.cpp:103: error: `printf' undeclared (first use this function)
|