0_0_14716514_14569.cpp:51:11: error: redefinition of 'char goal []'
char goal[]="anniversary";
^
0_0_14716514_14569.cpp:5:6: note: 'char goal [12]' previously defined here
char goal[]="anniversary";
^
0_0_14716514_14569.cpp:52:14: error: redefinition of 'char str [2100]'
char str[2100];
^
0_0_14716514_14569.cpp:6:6: note: 'char str [2100]' previously declared here
char str[2100];
^
0_0_14716514_14569.cpp:53:5: error: redefinition of 'int glen'
int glen,len;
^
0_0_14716514_14569.cpp:7:5: note: 'int glen' previously declared here
int glen,len;
^
0_0_14716514_14569.cpp:53:10: error: redefinition of 'int len'
int glen,len;
^
0_0_14716514_14569.cpp:7:10: note: 'int len' previously declared here
int glen,len;
^
0_0_14716514_14569.cpp: In function 'void Init()':
0_0_14716514_14569.cpp:55:6: error: redefinition of 'void Init()'
void Init()
^
0_0_14716514_14569.cpp:9:6: note: 'void Init()' previously defined here
void Init()
^
0_0_14716514_14569.cpp: In function 'bool DFS(int, int, int)':
0_0_14716514_14569.cpp:61:6: error: redefinition of 'bool DFS(int, int, int)'
bool DFS(int ti,int gi,int num)
^
0_0_14716514_14569.cpp:15:6: note: 'bool DFS(int, int, int)' previously defined here
bool DFS(int ti,int gi,int num)
^
0_0_14716514_14569.cpp: In function 'void Work()':
0_0_14716514_14569.cpp:73:6: error: redefinition of 'void Work()'
void Work()
^
0_0_14716514_14569.cpp:27:6: note: 'void Work()' previously defined here
void Work()
^
0_0_14716514_14569.cpp: In function 'int main()':
0_0_14716514_14569.cpp:81:5: error: redefinition of 'int main()'
int main()
^
0_0_14716514_14569.cpp:35:5: note: 'int main()' previously defined here
int main()
^
|