0_0_36035076_10968.cpp:47:14: error: redefinition of 'char str [1005]'
char str[1005];
^
0_0_36035076_10968.cpp:5:6: note: 'char str [1005]' previously declared here
char str[1005];
^
0_0_36035076_10968.cpp: In function 'int main()':
0_0_36035076_10968.cpp:49:5: error: redefinition of 'int main()'
int main(){
^
0_0_36035076_10968.cpp:7:5: note: 'int main()' previously defined here
int main(){
^
|