42003_0_27500.cpp
42003_0_27500.cpp(4) : error C2065: 'i' : undeclared identifier
42003_0_27500.cpp(4) : error C2057: expected constant expression
42003_0_27500.cpp(4) : error C2466: cannot allocate an array of constant size 0
42003_0_27500.cpp(4) : error C2133: 'a' : unknown size
42003_0_27500.cpp(4) : error C2065: 'j' : undeclared identifier
42003_0_27500.cpp(4) : error C2057: expected constant expression
42003_0_27500.cpp(4) : error C2466: cannot allocate an array of constant size 0
42003_0_27500.cpp(4) : error C2133: 'b' : unknown size
42003_0_27500.cpp(5) : error C2679: binary '>>' : no operator defined which takes a right-hand operand of type 'int []' (or there is no acceptable conversion)
42003_0_27500.cpp(5) : fatal error C1903: unable to recover from previous error(s); stopping compilation
|