0_0_17201917_6540.cpp:132:2: error: stray '#' in program
}#include<iostream>
^
0_0_17201917_6540.cpp:132:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_17201917_6540.cpp:149:5: error: redefinition of 'int n'
int n,m,val[N];
^
0_0_17201917_6540.cpp:35:5: note: 'int n' previously declared here
int n,q,c[N];
^
0_0_17201917_6540.cpp: In function 'void Push_Down(int)':
0_0_17201917_6540.cpp:157:6: error: redefinition of 'void Push_Down(int)'
void Push_Down(int step)
^
0_0_17201917_6540.cpp:53:6: note: 'void Push_Down(int)' previously defined here
void Push_Down(int step)
^
0_0_17201917_6540.cpp: In function 'int main()':
0_0_17201917_6540.cpp:243:5: error: redefinition of 'int main()'
int main()
^
0_0_17201917_6540.cpp:118:5: note: 'int main()' previously defined here
int main()
^
|