0_0_12958665_12868.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_12958665_12868.cpp:14: error: expected `,' or `...' before '<' token
0_0_12958665_12868.cpp:14: error: ISO C++ forbids declaration of `vector' with no type
0_0_12958665_12868.cpp:26: error: expected `,' or `...' before '<' token
0_0_12958665_12868.cpp:26: error: ISO C++ forbids declaration of `vector' with no type
0_0_12958665_12868.cpp: In member function `int TreeDiv::init(int, int)':
0_0_12958665_12868.cpp:16: error: `memset' undeclared (first use this function)
0_0_12958665_12868.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12958665_12868.cpp:19: error: `E' undeclared (first use this function)
0_0_12958665_12868.cpp: In member function `void TreeDiv::segment(int, int)':
0_0_12958665_12868.cpp:31: error: `size_t' undeclared (first use this function)
0_0_12958665_12868.cpp:31: error: expected `;' before "i"
0_0_12958665_12868.cpp:31: error: `i' undeclared (first use this function)
0_0_12958665_12868.cpp:31: error: `E' undeclared (first use this function)
0_0_12958665_12868.cpp: At global scope:
0_0_12958665_12868.cpp:45: error: expected constructor, destructor, or type conversion before '<' token
0_0_12958665_12868.cpp:45: error: expected `,' or `;' before '<' token
0_0_12958665_12868.cpp: In function `void modify(int, int, int)':
0_0_12958665_12868.cpp:48: error: `C' undeclared (first use this function)
0_0_12958665_12868.cpp: In function `int getsum(int, int)':
0_0_12958665_12868.cpp:53: error: `C' undeclared (first use this function)
0_0_12958665_12868.cpp: At global scope:
0_0_12958665_12868.cpp:57: error: expected constructor, destructor, or type conversion before '<' token
0_0_12958665_12868.cpp:57: error: expected `,' or `;' before '<' token
0_0_12958665_12868.cpp: In function `void init()':
0_0_12958665_12868.cpp:62: error: `memset' undeclared (first use this function)
0_0_12958665_12868.cpp:63: error: `E' undeclared (first use this function)
0_0_12958665_12868.cpp:64: error: `scanf' undeclared (first use this function)
0_0_12958665_12868.cpp: In function `void build()':
0_0_12958665_12868.cpp:75: error: `E' undeclared (first use this function)
0_0_12958665_12868.cpp:77: error: `C' undeclared (first use this function)
0_0_12958665_12868.cpp: In function `void query()':
0_0_12958665_12868.cpp:89: error: `scanf' undeclared (first use this function)
0_0_12958665_12868.cpp:93: error: `printf' undeclared (first use this function)
0_0_12958665_12868.cpp:109: error: `swap' undeclared (first use this function)
0_0_12958665_12868.cpp: In function `int main()':
0_0_12958665_12868.cpp:117: error: `scanf' undeclared (first use this function)
0_0_12958665_12868.cpp:117: error: `EOF' undeclared (first use this function)
|