0_0_8743013_29168.cpp:119: error: redefinition of `int map[1005][1005]'
0_0_8743013_29168.cpp:13: error: `int map[1005][1005]' previously declared here
0_0_8743013_29168.cpp:119: error: redefinition of `int used[1005]'
0_0_8743013_29168.cpp:13: error: `int used[1005]' previously declared here
0_0_8743013_29168.cpp:119: error: redefinition of `int match[1005]'
0_0_8743013_29168.cpp:13: error: `int match[1005]' previously declared here
0_0_8743013_29168.cpp:120: error: redefinition of `int n'
0_0_8743013_29168.cpp:14: error: `int n' previously declared here
0_0_8743013_29168.cpp:120: error: redefinition of `int m'
0_0_8743013_29168.cpp:14: error: `int m' previously declared here
0_0_8743013_29168.cpp:122: error: redefinition of `struct data'
0_0_8743013_29168.cpp:16: error: previous definition of `struct data'
0_0_8743013_29168.cpp:125: error: redefinition of `data basex[1005]'
0_0_8743013_29168.cpp:19: error: `data basex[1005]' previously declared here
0_0_8743013_29168.cpp:125: error: redefinition of `data basey[1005]'
0_0_8743013_29168.cpp:19: error: `data basey[1005]' previously declared here
0_0_8743013_29168.cpp: In function `int judge(int, int)':
0_0_8743013_29168.cpp:127: error: redefinition of `int judge(int, int)'
0_0_8743013_29168.cpp:21: error: `int judge(int, int)' previously defined here
0_0_8743013_29168.cpp: In function `int hungary(int)':
0_0_8743013_29168.cpp:144: error: redefinition of `int hungary(int)'
0_0_8743013_29168.cpp:38: error: `int hungary(int)' previously defined here
0_0_8743013_29168.cpp: In function `void inihungary()':
0_0_8743013_29168.cpp:161: error: redefinition of `void inihungary()'
0_0_8743013_29168.cpp:55: error: `void inihungary()' previously defined here
0_0_8743013_29168.cpp: In function `int sovle()':
0_0_8743013_29168.cpp:173: error: redefinition of `int sovle()'
0_0_8743013_29168.cpp:67: error: `int sovle()' previously defined here
0_0_8743013_29168.cpp: In function `int main()':
0_0_8743013_29168.cpp:183: error: redefinition of `int main()'
0_0_8743013_29168.cpp:77: error: `int main()' previously defined here
|