0_0_14271910_4940.cpp:91:4: error: stray '#' in program
}#include<cstring>
^
0_0_14271910_4940.cpp: In function 'int main()':
0_0_14271910_4940.cpp:91:5: error: 'include' was not declared in this scope
}#include<cstring>
^
0_0_14271910_4940.cpp:91:13: error: 'cstring' was not declared in this scope
}#include<cstring>
^
0_0_14271910_4940.cpp:103:1: error: expected primary-expression before 'using'
using namespace std;
^
0_0_14271910_4940.cpp:108:31: error: a function-definition is not allowed here before '{' token
void build(int l,int r,int o) {
^
0_0_14271910_4940.cpp:187:1: error: expected '}' at end of input
}
^
0_0_14271910_4940.cpp:187:1: error: expected '}' at end of input
|