0_0_20910088_9382.cpp:6:18: error: 'maxn' was not declared in this scope
int tr[maxm],phi[maxn],tag[maxm],A[maxm];
^
0_0_20910088_9382.cpp: In function 'void make_phi(int, int, int, int, int)':
0_0_20910088_9382.cpp:37:38: error: 'phi' was not declared in this scope
if(l >= L && r <= R) return tr[x] = phi[tr[x]],tag[x] = tr[x],void();
^
0_0_20910088_9382.cpp:37:69: error: return-statement with a value, in function returning 'void' [-fpermissive]
if(l >= L && r <= R) return tr[x] = phi[tr[x]],tag[x] = tr[x],void();
^
0_0_20910088_9382.cpp: In function 'void init()':
0_0_20910088_9382.cpp:55:2: error: 'phi' was not declared in this scope
phi[1] = 1;
^
|