0_0_10661361_11404.cpp: In function `int main()':
0_0_10661361_11404.cpp:21: error: conflicting declaration 'int p[100000]'
0_0_10661361_11404.cpp:16: error: 'p' has a previous declaration as `int p'
0_0_10661361_11404.cpp:21: error: declaration of `int p[100000]'
0_0_10661361_11404.cpp:16: error: conflicts with previous declaration `int p'
0_0_10661361_11404.cpp:28: error: invalid conversion from `int' to `void*'
0_0_10661361_11404.cpp:28: error: initializing argument 1 of `void* memset(void*, int, size_t)'
0_0_10661361_11404.cpp:50: error: `V' undeclared (first use this function)
0_0_10661361_11404.cpp:50: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10661361_11404.cpp:53: error: invalid types `int[int]' for array subscript
0_0_10661361_11404.cpp:62: error: invalid types `int[int]' for array subscript
0_0_10661361_11404.cpp:63: error: invalid types `int[100000][double]' for array subscript
|