0_0_30131733_28844.cpp:40:18: error: redefinition of 'std::string s [100005]'
string s[100000+5];
^
0_0_30131733_28844.cpp:5:8: note: 'std::string s [100005]' previously declared here
string s[100000+5];
^
0_0_30131733_28844.cpp: In function 'int main()':
0_0_30131733_28844.cpp:41:5: error: redefinition of 'int main()'
int main()
^
0_0_30131733_28844.cpp:6:5: note: 'int main()' previously defined here
int main()
^
|