245925_0_14700.cpp:72: error: redefinition of `int fac[10]'
245925_0_14700.cpp:3: error: `int fac[10]' previously defined here
245925_0_14700.cpp: In function `void work(int*, int, int)':
245925_0_14700.cpp:74: error: redefinition of `void work(int*, int, int)'
245925_0_14700.cpp:5: error: `void work(int*, int, int)' previously defined here
245925_0_14700.cpp: In function `int main()':
245925_0_14700.cpp:127: error: redefinition of `int main()'
245925_0_14700.cpp:58: error: `int main()' previously defined here
|