0_0_12150645_13495.cpp: In function `int main()':
0_0_12150645_13495.cpp:5: error: conflicting declaration 'int a[100]'
0_0_12150645_13495.cpp:4: error: 'a' has a previous declaration as `int a'
0_0_12150645_13495.cpp:5: error: declaration of `int a[100]'
0_0_12150645_13495.cpp:4: error: conflicts with previous declaration `int a'
0_0_12150645_13495.cpp:7: error: invalid types `int[int]' for array subscript
0_0_12150645_13495.cpp:8: error: invalid types `int[int]' for array subscript
0_0_12150645_13495.cpp:10: error: invalid types `int[int]' for array subscript
0_0_12150645_13495.cpp:10: error: invalid types `int[int]' for array subscript
0_0_12150645_13495.cpp:10: error: invalid types `int[int]' for array subscript
0_0_12150645_13495.cpp:13: error: expected primary-expression before '%' token
0_0_12150645_13495.cpp:13: error: `d' undeclared (first use this function)
0_0_12150645_13495.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12150645_13495.cpp:14: error: invalid types `int[int]' for array subscript
|