0_0_25826138_22917.cpp:81:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_25826138_22917.cpp:81:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_25826138_22917.cpp:84:13: error: redefinition of 'std::list<int> q [150005]'
list<int>q[M];
^
0_0_25826138_22917.cpp:4:10: note: 'std::list<int> q [150005]' previously declared here
list<int>q[M];
^
0_0_25826138_22917.cpp:85:12: error: redefinition of 'bool mark [150005]'
bool mark[M];
^
0_0_25826138_22917.cpp:5:6: note: 'bool mark [150005]' previously declared here
bool mark[M];
^
0_0_25826138_22917.cpp: In function 'void read(int&)':
0_0_25826138_22917.cpp:86:6: error: redefinition of 'void read(int&)'
void read(int &x) {
^
0_0_25826138_22917.cpp:6:6: note: 'void read(int&)' previously defined here
void read(int &x) {
^
0_0_25826138_22917.cpp: In function 'void Merge(int, int, int)':
0_0_25826138_22917.cpp:92:6: error: redefinition of 'void Merge(int, int, int)'
void Merge(int x,int y,int w) {
^
0_0_25826138_22917.cpp:12:6: note: 'void Merge(int, int, int)' previously defined here
void Merge(int x,int y,int w) {
^
0_0_25826138_22917.cpp: In function 'int main()':
0_0_25826138_22917.cpp:125:5: error: redefinition of 'int main()'
int main() {
^
0_0_25826138_22917.cpp:45:5: note: 'int main()' previously defined here
int main() {
^
|