0_0_7054013_5649.cpp: In function `void FindPrime()':
0_0_7054013_5649.cpp:16: error: `itoa' undeclared (first use this function)
0_0_7054013_5649.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7054013_5649.cpp:17: error: `strdup' undeclared (first use this function)
0_0_7054013_5649.cpp:17: error: `strrev' undeclared (first use this function)
0_0_7054013_5649.cpp: At global scope:
0_0_7054013_5649.cpp:49: error: conflicting declaration 'int p[800]'
0_0_7054013_5649.cpp:7: error: 'p' has a previous declaration as `int p[100000000]'
0_0_7054013_5649.cpp:49: error: type mismatch with previous external decl of `int p[800]'
0_0_7054013_5649.cpp:7: error: previous external decl of `int p[100000000]'
0_0_7054013_5649.cpp:49: error: declaration of `int p[800]'
0_0_7054013_5649.cpp:7: error: conflicts with previous declaration `int p[100000000]'
0_0_7054013_5649.cpp: In function `int main()':
0_0_7054013_5649.cpp:51: error: redefinition of `int main()'
0_0_7054013_5649.cpp:29: error: `int main()' previously defined here
|