72856_0_11408.cpp
72856_0_11408.cpp(13) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'long [6]' (or there is no acceptable conversion)
72856_0_11408.cpp(14) : error C2296: '*' : illegal, left operand has type 'long [6]'
72856_0_11408.cpp(28) : error C2440: '=' : cannot convert from 'const int' to 'long [20001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
72856_0_11408.cpp(28) : error C2440: '=' : cannot convert from 'const int' to 'long [20001]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
72856_0_11408.cpp(33) : error C2297: '*' : illegal, right operand has type 'long [6]'
72856_0_11408.cpp(63) : error C2143: syntax error : missing ';' before '['
72856_0_11408.cpp(63) : error C2143: syntax error : missing ';' before 'constant'
|