0_0_11749588_13599.cpp:18: error: overflow in array dimension
0_0_11749588_13599.cpp:18: error: size of array `prime' is too large
0_0_11749588_13599.cpp:18: error: overflow in array dimension
0_0_11749588_13599.cpp:18: error: size of array `p' is too large
0_0_11749588_13599.cpp: In function `void Prime(int)':
0_0_11749588_13599.cpp:21: error: `p' undeclared (first use this function)
0_0_11749588_13599.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11749588_13599.cpp:28: error: `prime' undeclared (first use this function)
0_0_11749588_13599.cpp: In function `int main()':
0_0_11749588_13599.cpp:41: error: `prime' undeclared (first use this function)
|