0_0_34288537_12989.cpp:37:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_34288537_12989.cpp:37:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_34288537_12989.cpp:39:11: error: redefinition of 'const int X'
const int X=100000;
^
0_0_34288537_12989.cpp:3:11: note: 'const int X' previously defined here
const int X=100000;
^
0_0_34288537_12989.cpp:40:18: error: redefinition of 'long long int s [100000]'
long long int s[X];
^
0_0_34288537_12989.cpp:4:15: note: 'long long int s [100000]' previously declared here
long long int s[X];
^
0_0_34288537_12989.cpp:41:11: error: redefinition of 'long long int sum'
long long sum;
^
0_0_34288537_12989.cpp:5:11: note: 'long long int sum' previously declared here
long long sum;
^
0_0_34288537_12989.cpp: In function 'int main()':
0_0_34288537_12989.cpp:42:5: error: redefinition of 'int main()'
int main() {
^
0_0_34288537_12989.cpp:6:5: note: 'int main()' previously defined here
int main() {
^
|