107172_0_28162.cpp
107172_0_28162.cpp(12) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int [200]' (or there is no acceptable conversion)
107172_0_28162.cpp(20) : error C2664: 'abs' : cannot convert parameter 1 from 'int [200]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
107172_0_28162.cpp(22) : error C2664: 'abs' : cannot convert parameter 1 from 'int [200]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
|