0_0_37087846_4165.cpp:45:11: error: redefinition of 'int pos [12]'
int pos[12],vis[12];
^
0_0_37087846_4165.cpp:8:5: note: 'int pos [12]' previously declared here
int pos[12],vis[12];
^
0_0_37087846_4165.cpp:45:19: error: redefinition of 'int vis [12]'
int pos[12],vis[12];
^
0_0_37087846_4165.cpp:8:13: note: 'int vis [12]' previously declared here
int pos[12],vis[12];
^
0_0_37087846_4165.cpp:46:5: error: redefinition of 'int res'
int res=0x3f3f3f3f;
^
0_0_37087846_4165.cpp:9:5: note: 'int res' previously defined here
int res=0x3f3f3f3f;
^
0_0_37087846_4165.cpp: In function 'void DFS(int, int)':
0_0_37087846_4165.cpp:47:6: error: redefinition of 'void DFS(int, int)'
void DFS(int now,int n){
^
0_0_37087846_4165.cpp:10:6: note: 'void DFS(int, int)' previously defined here
void DFS(int now,int n){
^
0_0_37087846_4165.cpp: In function 'int main()':
0_0_37087846_4165.cpp:60:5: error: redefinition of 'int main()'
int main(){
^
0_0_37087846_4165.cpp:23:5: note: 'int main()' previously defined here
int main(){
^
|