0_0_7628899_16811.cpp: In function `int root(int)':
0_0_7628899_16811.cpp:23: error: `p' undeclared (first use this function)
0_0_7628899_16811.cpp:23: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7628899_16811.cpp: In function `int main()':
0_0_7628899_16811.cpp:32: error: conflicting declaration 'double x[100]'
0_0_7628899_16811.cpp:31: error: 'x' has a previous declaration as `int x'
0_0_7628899_16811.cpp:32: error: declaration of `double x[100]'
0_0_7628899_16811.cpp:31: error: conflicts with previous declaration `int x'
0_0_7628899_16811.cpp:32: error: conflicting declaration 'double y[100]'
0_0_7628899_16811.cpp:31: error: 'y' has a previous declaration as `int y'
0_0_7628899_16811.cpp:32: error: declaration of `double y[100]'
0_0_7628899_16811.cpp:31: error: conflicts with previous declaration `int y'
0_0_7628899_16811.cpp:37: error: invalid types `int[int]' for array subscript
0_0_7628899_16811.cpp:37: error: invalid types `int[int]' for array subscript
0_0_7628899_16811.cpp:47: error: invalid types `int[int]' for array subscript
0_0_7628899_16811.cpp:47: error: invalid types `int[int]' for array subscript
0_0_7628899_16811.cpp:47: error: invalid types `int[int]' for array subscript
0_0_7628899_16811.cpp:47: error: invalid types `int[int]' for array subscript
|