0_0_9303248_18766.cpp: In function `int main()':
0_0_9303248_18766.cpp:5: error: conflicting declaration 'double c[5]'
0_0_9303248_18766.cpp:4: error: 'c' has a previous declaration as `int c'
0_0_9303248_18766.cpp:5: error: declaration of `double c[5]'
0_0_9303248_18766.cpp:4: error: conflicts with previous declaration `int c'
0_0_9303248_18766.cpp:19: error: invalid types `int[int]' for array subscript
0_0_9303248_18766.cpp:19: error: invalid types `int[int]' for array subscript
0_0_9303248_18766.cpp:23: error: invalid types `int[int]' for array subscript
0_0_9303248_18766.cpp:34: error: invalid types `int[int]' for array subscript
0_0_9303248_18766.cpp:36: error: invalid types `int[int]' for array subscript
|