153450_0_28101.cpp
153450_0_28101.cpp(9) : error C2440: '=' : cannot convert from 'const int' to 'int [1000001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
153450_0_28101.cpp(17) : error C2446: '==' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
153450_0_28101.cpp(17) : error C2040: '==' : 'int [1000001]' differs in levels of indirection from 'const int'
|