0_0_32029276_1629.cpp:72:14: error: redefinition of 'char str [1005]'
char str[1005];
^
0_0_32029276_1629.cpp:6:6: note: 'char str [1005]' previously declared here
char str[1005];
^
0_0_32029276_1629.cpp:73:12: error: redefinition of 'int ans [500]'
int ans[500];
^
0_0_32029276_1629.cpp:7:5: note: 'int ans [500]' previously declared here
int ans[500];
^
0_0_32029276_1629.cpp: In function 'int main()':
0_0_32029276_1629.cpp:74:5: error: redefinition of 'int main()'
int main()
^
0_0_32029276_1629.cpp:8:5: note: 'int main()' previously defined here
int main()
^
|