0_0_21065688_9469.cpp:12:2: error: stray '`' in program
x=0,ch=getch```cpp
^
0_0_21065688_9469.cpp:12:2: error: stray '`' in program
0_0_21065688_9469.cpp:12:2: error: stray '`' in program
0_0_21065688_9469.cpp:118:1: error: stray '`' in program
```
^
0_0_21065688_9469.cpp:118:1: error: stray '`' in program
0_0_21065688_9469.cpp:118:1: error: stray '`' in program
0_0_21065688_9469.cpp: In function 'void read(T&)':
0_0_21065688_9469.cpp:12:9: error: 'getch' was not declared in this scope
x=0,ch=getch```cpp
^
0_0_21065688_9469.cpp:12:17: error: expected ';' before 'cpp'
x=0,ch=getch```cpp
^
0_0_21065688_9469.cpp:19:8: error: declaration of 'LL T'
LL n,m,T;
^
0_0_21065688_9469.cpp:11:11: error: shadows template parm 'class T'
template <typename T> void read(T &x) {
^
0_0_21065688_9469.cpp:23:1: error: a template declaration cannot appear at block scope
template <typename T> void read(T &x) {
^
0_0_21065688_9469.cpp:46:29: error: a function-definition is not allowed here before '{' token
void pushup(LL i,LL l,LL r) {
^
0_0_21065688_9469.cpp:52:31: error: a function-definition is not allowed here before '{' token
void pushdown(LL i,LL l,LL r) {
^
0_0_21065688_9469.cpp:58:28: error: a function-definition is not allowed here before '{' token
void build(LL i,LL l,LL r) {
^
0_0_21065688_9469.cpp:212:1: error: expected '}' at end of input
}
^
|