0_0_32278373_14703.cpp:89:15: error: redefinition of 'int prm [100100]'
int prm[100100],a[100100];
^
0_0_32278373_14703.cpp:4:5: note: 'int prm [100100]' previously declared here
int prm[100100];
^
0_0_32278373_14703.cpp:89:25: error: redefinition of 'int a [100100]'
int prm[100100],a[100100];
^
0_0_32278373_14703.cpp:5:5: note: 'int a [100100]' previously declared here
int a[100100],b[100100],c[100100];
^
0_0_32278373_14703.cpp: In function 'int find(int)':
0_0_32278373_14703.cpp:90:5: error: redefinition of 'int find(int)'
int find(int n)
^
0_0_32278373_14703.cpp:8:5: note: 'int find(int)' previously defined here
int find(int n)
^
0_0_32278373_14703.cpp: In function 'int main()':
0_0_32278373_14703.cpp:97:5: error: redefinition of 'int main()'
int main()
^
0_0_32278373_14703.cpp:15:5: note: 'int main()' previously defined here
int main()
^
|