622384_0_0_8239.cpp: In function `int main()':
622384_0_0_8239.cpp:14: error: incompatible types in assignment of `int' to `int[101]'
622384_0_0_8239.cpp:14: error: invalid operands of types `int[101]' and `double' to binary `operator<='
622384_0_0_8239.cpp:14: error: ISO C++ forbids cast to non-reference type used as lvalue
622384_0_0_8239.cpp:14: error: non-lvalue in assignment
622384_0_0_8239.cpp:15: error: `y' undeclared (first use this function)
622384_0_0_8239.cpp:15: error: (Each undeclared identifier is reported only once for each function it appears in.)
622384_0_0_8239.cpp:16: error: `z' undeclared (first use this function)
622384_0_0_8239.cpp:17: error: invalid operands of types `int[101]' and `int[101]' to binary `operator*'
|