109557_0_23101.cpp
109557_0_23101.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
109557_0_23101.cpp(14) : error C2107: illegal index, indirection not allowed
109557_0_23101.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
|