0_0_14001806_7462.cpp:52:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_14001806_7462.cpp:52:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_14001806_7462.cpp:57:13: error: redefinition of 'int vis [3100]'
int vis[3100],father[3100];
^
0_0_14001806_7462.cpp:6:5: note: 'int vis [3100]' previously declared here
int vis[3100],father[3100];
^
0_0_14001806_7462.cpp:57:26: error: redefinition of 'int father [3100]'
int vis[3100],father[3100];
^
0_0_14001806_7462.cpp:6:15: note: 'int father [3100]' previously declared here
int vis[3100],father[3100];
^
0_0_14001806_7462.cpp: In function 'int main()':
0_0_14001806_7462.cpp:58:5: error: redefinition of 'int main()'
int main()
^
0_0_14001806_7462.cpp:7:5: note: 'int main()' previously defined here
int main()
^
|