0_0_16609078_18704.cpp:27:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_16609078_18704.cpp:27:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_16609078_18704.cpp:29:14: error: redefinition of 'int x [1000005]'
int x[1000005];
^
0_0_16609078_18704.cpp:3:5: note: 'int x [1000005]' previously declared here
int x[1000005];
^
0_0_16609078_18704.cpp: In function 'int main()':
0_0_16609078_18704.cpp:30:5: error: redefinition of 'int main()'
int main(){
^
0_0_16609078_18704.cpp:4:5: note: 'int main()' previously defined here
int main(){
^
|