109559_0_5717.cpp
109559_0_5717.cpp(10) : error C2440: '=' : cannot convert from 'int' to 'int [1000001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
109559_0_5717.cpp(14) : error C2107: illegal index, indirection not allowed
109559_0_5717.cpp(14) : error C2440: '=' : cannot convert from 'int *' to 'int [1000001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
|