0_0_20682975_17328.cpp:43:2: error: stray '#' in program
}#include<cstdio>
^
0_0_20682975_17328.cpp:43:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_20682975_17328.cpp:47:11: error: redefinition of 'int a [1010]'
int a[1010];
^
0_0_20682975_17328.cpp:5:5: note: 'int a [1010]' previously declared here
int a[1010];
^
0_0_20682975_17328.cpp:48:11: error: redefinition of 'int f [1010]'
int f[1010];
^
0_0_20682975_17328.cpp:6:5: note: 'int f [1010]' previously declared here
int f[1010];
^
0_0_20682975_17328.cpp: In function 'int find(int)':
0_0_20682975_17328.cpp:49:5: error: redefinition of 'int find(int)'
int find(int x)
^
0_0_20682975_17328.cpp:7:5: note: 'int find(int)' previously defined here
int find(int x)
^
0_0_20682975_17328.cpp: In function 'int main()':
0_0_20682975_17328.cpp:54:5: error: redefinition of 'int main()'
int main()
^
0_0_20682975_17328.cpp:12:5: note: 'int main()' previously defined here
int main()
^
|