0_0_34053630_14284.cpp:44:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_34053630_14284.cpp:44:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_34053630_14284.cpp:48:14: error: redefinition of 'char s [100000]'
char s[100000];
^
0_0_34053630_14284.cpp:5:6: note: 'char s [100000]' previously declared here
char s[100000];
^
0_0_34053630_14284.cpp: In function 'int main()':
0_0_34053630_14284.cpp:50:5: error: redefinition of 'int main()'
int main()
^
0_0_34053630_14284.cpp:7:5: note: 'int main()' previously defined here
int main()
^
|