0_0_7537418_17206.cpp: In function `void build(int, int, int, int)':
0_0_7537418_17206.cpp:47: error: `LL' undeclared (first use this function)
0_0_7537418_17206.cpp:47: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7537418_17206.cpp:48: error: `RR' undeclared (first use this function)
0_0_7537418_17206.cpp: In function `int query(int, int, int, int, int)':
0_0_7537418_17206.cpp:66: error: `LL' undeclared (first use this function)
0_0_7537418_17206.cpp:73: error: `RR' undeclared (first use this function)
0_0_7537418_17206.cpp: In function `int main()':
0_0_7537418_17206.cpp:78: error: `scanf' undeclared (first use this function)
0_0_7537418_17206.cpp:82: error: `i' undeclared (first use this function)
0_0_7537418_17206.cpp:82: error: `FOR' undeclared (first use this function)
0_0_7537418_17206.cpp:82: error: expected `;' before '{' token
0_0_7537418_17206.cpp:86: error: `sort' undeclared (first use this function)
0_0_7537418_17206.cpp:91: error: `printf' undeclared (first use this function)
|